#599164

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

Shades of Laurel #599164

Tints of Laurel #599164

Color information

#599164 (or 0x599164) is unknown color: approx Laurel. HEX triplet: 59, 91 and 64. RGB value is (89,145,100). Sum of RGB (Red+Green+Blue) = 89+145+100=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 145 - color contains mainly: green. Hex color #599164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599164 is #A66E9B. Grayscale: #7B7B7B. Windows color (decimal): -10907292 or 6590809. OLE color: 6590809.

HSL color Cylindrical-coordinate representation of color #599164: hue angle of 131.79º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #599164 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB89145100-
CMYK0.3900.310.43
HSL131.79º23.93%45.88%-
HSV(B)131.79º38.62%56.86%-
XYZ16.5523.2915.68-
YUV123.13114.95103.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.65%
GREEN value IS 145 (57.03% from 255) = 43.41%
BLUE value IS 100 (39.45% from 255) = 29.94%
R=26.65%
G=43.41%
B=29.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891451000.3900.310.43131.7923.9345.88
Hex5991642701F2B84182e
Octal13122114447037532043056
Binary10110011001000111001001001110111111010111000010011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599164; }

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

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

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

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

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

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

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

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