#599564

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

Shades of Laurel #599564

Tints of Laurel #599564

Color information

#599564 (or 0x599564) is unknown color: approx Laurel. HEX triplet: 59, 95 and 64. RGB value is (89,149,100). Sum of RGB (Red+Green+Blue) = 89+149+100=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #599564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599564 is #A66A9B. Grayscale: #7D7D7D. Windows color (decimal): -10906268 or 6591833. OLE color: 6591833.

HSL color Cylindrical-coordinate representation of color #599564: hue angle of 131º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #599564 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB89149100-
CMYK0.4000.330.42
HSL131º25.21%46.67%-
HSV(B)131º40.27%58.43%-
XYZ17.1724.5415.89-
YUV125.47113.62101.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.33%
GREEN value IS 149 (58.59% from 255) = 44.08%
BLUE value IS 100 (39.45% from 255) = 29.59%
R=26.33%
G=44.08%
B=29.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891491000.4000.330.4213125.2146.67
Hex599564280212A83192f
Octal13122514450041522033157
Binary101100110010101110010010100001000011010101000001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599564; }

 p { color: rgb(89,149,100); }

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

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

 a { background-color: rgb(89,149,100); }

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

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

 span { border-color: rgb(89,149,100); }

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