#599266

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

Shades of Laurel #599266

Tints of Laurel #599266

Color information

#599266 (or 0x599266) is unknown color: approx Laurel. HEX triplet: 59, 92 and 66. RGB value is (89,146,102). Sum of RGB (Red+Green+Blue) = 89+146+102=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #599266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599266 is #A66D99. Grayscale: #7C7C7C. Windows color (decimal): -10907034 or 6722137. OLE color: 6722137.

HSL color Cylindrical-coordinate representation of color #599266: hue angle of 133.68º 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 #599266 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB89146102-
CMYK0.3900.300.43
HSL133.68º24.26%46.08%-
HSV(B)133.68º39.04%57.25%-
XYZ16.823.6416.25-
YUV123.94115.62103.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.41%
GREEN value IS 146 (57.42% from 255) = 43.32%
BLUE value IS 102 (40.23% from 255) = 30.27%
R=26.41%
G=43.32%
B=30.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891461020.3900.300.43133.6824.2646.08
Hex5992662701E2B86182e
Octal13122214647036532063056
Binary10110011001001011001101001110111101010111000011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599266; }

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

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

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

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

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

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

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

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