#589525

Color #589525 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #589525

Tints of Limeade #589525

Color information

#589525 (or 0x589525) is unknown color: approx Limeade. HEX triplet: 58, 95 and 25. RGB value is (88,149,37). Sum of RGB (Red+Green+Blue) = 88+149+37=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #589525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #589525 is #A76ADA. Grayscale: #767676. Windows color (decimal): -10971867 or 2463064. OLE color: 2463064.

HSL color Cylindrical-coordinate representation of color #589525: hue angle of 92.68º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #589525 is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB8814937-
CMYK0.4100.750.42
HSL92.68º60.22%36.47%-
HSV(B)92.68º75.17%58.43%-
XYZ15.1123.75.53-
YUV117.9982.29106.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 32.12%
GREEN value IS 149 (58.59% from 255) = 54.38%
BLUE value IS 37 (14.84% from 255) = 13.50%
R=32.12%
G=54.38%
B=13.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88149370.4100.750.4292.6860.2236.47
Hex5895252904B2A5d3c24
Octal13022545510113521357444
Binary101100010010101100101101001010010111010101011101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589525; }

 p { color: rgb(88,149,37); }

 H1.HeaderClassName
 {
   color: #589525;
 }
 .AnyTagClassName
 {
   color: #589525;
 }
</style>
background-color css

<style>
 a { background-color: #589525; }

 a { background-color: rgb(88,149,37); }

 div.DivClassName
 {
   background-color: #589525;
 }
 .BgClassName
 {
   background-color: #589525;
 }
</style>
border-color css

<style>
 span { border-color: #589525; }

 span { border-color: rgb(88,149,37); }

 td.TdClassName
 {
   border-color: #589525;
 }
 .TagClassName
 {
   border-color: #589525;
 }
</style>