#599466

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

Shades of Laurel #599466

Tints of Laurel #599466

Color information

#599466 (or 0x599466) is unknown color: approx Laurel. HEX triplet: 59, 94 and 66. RGB value is (89,148,102). Sum of RGB (Red+Green+Blue) = 89+148+102=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 148 - color contains mainly: green. Hex color #599466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599466 is #A66B99. Grayscale: #7D7D7D. Windows color (decimal): -10906522 or 6722649. OLE color: 6722649.

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

Color convert

RGB89148102-
CMYK0.4000.310.42
HSL133.22º24.89%46.47%-
HSV(B)133.22º39.86%58.04%-
XYZ17.1124.2616.35-
YUV125.12114.95102.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.25%
GREEN value IS 148 (58.20% from 255) = 43.66%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=26.25%
G=43.66%
B=30.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891481020.4000.310.42133.2224.8946.47
Hex5994662801F2A85192e
Octal13122414650037522053156
Binary10110011001010011001101010000111111010101000010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599466; }

 p { color: rgb(89,148,102); }

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

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

 a { background-color: rgb(89,148,102); }

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

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

 span { border-color: rgb(89,148,102); }

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