Shades of Laurel #599265
Tints of Laurel #599265
RGB
CMYK
RGB Variations
Color information
#599265 (or 0x599265) is known color: Laurel. HEX triplet: 59, 92 and 65. RGB value is (89,146,101). Sum of RGB (Red+Green+Blue) = 89+146+101=336 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.49% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 146 - color contains mainly: green. Hex color #599265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599265 is #A66D9A. Grayscale: #7B7B7B. Windows color (decimal): -10907035 or 6656601. OLE color: 6656601.
HSL color Cylindrical-coordinate representation of color #599265: hue angle of 132.63º 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 #599265 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 146 | 101 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.43 |
| HSL | 132.63º | 0.24% | 0.46% | - |
| HSV(B) | 132.63º | 0.39% | 0.57% | - |
| XYZ | 16.75 | 23.62 | 15.99 | - |
| YUV | 123.83 | 115.12 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 101 | 0.39 | 0 | 0.31 | 0.43 | 132.63 | 0.24 | 0.46 |
| Hex | 59 | 92 | 65 | 27 | 0 | 1F | 2B | 85 | 18 | 2E |
| Octal | 131 | 222 | 145 | 47 | 0 | 37 | 53 | 205 | 30 | 56 |
| Binary | 1011001 | 10010010 | 1100101 | 100111 | 0 | 11111 | 101011 | 10000101 | 11000 | 101110 |
Color Harmonies of #599265
Complementary color
Monochromatic Colors of #599265
Black with #599265
Text Example
Text Example
White with #599265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599265; }
p { color: rgb(89,146,101); }
H1.HeaderClassName
{
color: #599265;
}
.AnyTagClassName
{
color: #599265;
}
</style>
background-color css
<style>
a { background-color: #599265; }
a { background-color: rgb(89,146,101); }
div.DivClassName
{
background-color: #599265;
}
.BgClassName
{
background-color: #599265;
}
</style>
border-color css
<style>
span { border-color: #599265; }
span { border-color: rgb(89,146,101); }
td.TdClassName
{
border-color: #599265;
}
.TagClassName
{
border-color: #599265;
}
</style>