Shades of Laurel #599266
Tints of Laurel #599266
RGB
CMYK
RGB Variations
Color information
#599266 (or 0x599266) is known color: 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
| RGB | 89 | 146 | 102 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.43 |
| HSL | 133.68º | 0.24% | 0.46% | - |
| HSV(B) | 133.68º | 0.39% | 0.57% | - |
| XYZ | 16.8 | 23.64 | 16.25 | - |
| YUV | 123.94 | 115.62 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 102 | 0.39 | 0 | 0.30 | 0.43 | 133.68 | 0.24 | 0.46 |
| Hex | 59 | 92 | 66 | 27 | 0 | 1E | 2B | 86 | 18 | 2E |
| Octal | 131 | 222 | 146 | 47 | 0 | 36 | 53 | 206 | 30 | 56 |
| Binary | 1011001 | 10010010 | 1100110 | 100111 | 0 | 11110 | 101011 | 10000110 | 11000 | 101110 |
Color Harmonies of #599266
Complementary color
Monochromatic Colors of #599266
Black with #599266
Text Example
Text Example
White with #599266
Text Example
Text Example
HTML Codes & Css Web 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>