#599066

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

Shades of Laurel #599066

Tints of Laurel #599066

Color information

#599066 (or 0x599066) is unknown color: approx Laurel. HEX triplet: 59, 90 and 66. RGB value is (89,144,102). Sum of RGB (Red+Green+Blue) = 89+144+102=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #599066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599066 is #A66F99. Grayscale: #7A7A7A. Windows color (decimal): -10907546 or 6721625. OLE color: 6721625.

HSL color Cylindrical-coordinate representation of color #599066: hue angle of 134.18º 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 #599066 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB89144102-
CMYK0.3800.290.44
HSL134.18º23.61%45.69%-
HSV(B)134.18º38.19%56.47%-
XYZ16.4923.0316.15-
YUV122.77116.28103.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.57%
GREEN value IS 144 (56.64% from 255) = 42.99%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=26.57%
G=42.99%
B=30.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891441020.3800.290.44134.1823.6145.69
Hex5990662601D2C86182e
Octal13122014646035542063056
Binary10110011001000011001101001100111011011001000011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599066; }

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

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

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

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

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

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

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

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