#599062

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

Shades of Laurel #599062

Tints of Laurel #599062

Color information

#599062 (or 0x599062) is unknown color: approx Laurel. HEX triplet: 59, 90 and 62. RGB value is (89,144,98). Sum of RGB (Red+Green+Blue) = 89+144+98=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 144 - color contains mainly: green. Hex color #599062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599062 is #A66F9D. Grayscale: #7A7A7A. Windows color (decimal): -10907550 or 6459481. OLE color: 6459481.

HSL color Cylindrical-coordinate representation of color #599062: hue angle of 129.82º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #599062 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB8914498-
CMYK0.3800.320.44
HSL129.82º23.61%45.69%-
HSV(B)129.82º38.19%56.47%-
XYZ16.322.9515.13-
YUV122.31114.28104.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.89%
GREEN value IS 144 (56.64% from 255) = 43.50%
BLUE value IS 98 (38.67% from 255) = 29.61%
R=26.89%
G=43.50%
B=29.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal89144980.3800.320.44129.8223.6145.69
Hex599062260202C82182e
Octal13122014246040542023056
Binary101100110010000110001010011001000001011001000001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599062; }

 p { color: rgb(89,144,98); }

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

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

 a { background-color: rgb(89,144,98); }

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

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

 span { border-color: rgb(89,144,98); }

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