Shades of Laurel #599362
Tints of Laurel #599362
RGB
CMYK
RGB Variations
Color information
#599362 (or 0x599362) is known color: Laurel. HEX triplet: 59, 93 and 62. RGB value is (89,147,98). Sum of RGB (Red+Green+Blue) = 89+147+98=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #599362 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599362 is #A66C9D. Grayscale: #7C7C7C. Windows color (decimal): -10906782 or 6460249. OLE color: 6460249.
HSL color Cylindrical-coordinate representation of color #599362: hue angle of 129.31º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #599362 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 147 | 98 | - |
| CMYK | 0.39 | 0 | 0.33 | 0.42 |
| HSL | 129.31º | 0.25% | 0.46% | - |
| HSV(B) | 129.31º | 0.39% | 0.58% | - |
| XYZ | 16.76 | 23.87 | 15.28 | - |
| YUV | 124.07 | 113.28 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 147 | 98 | 0.39 | 0 | 0.33 | 0.42 | 129.31 | 0.25 | 0.46 |
| Hex | 59 | 93 | 62 | 27 | 0 | 21 | 2A | 81 | 19 | 2E |
| Octal | 131 | 223 | 142 | 47 | 0 | 41 | 52 | 201 | 31 | 56 |
| Binary | 1011001 | 10010011 | 1100010 | 100111 | 0 | 100001 | 101010 | 10000001 | 11001 | 101110 |
Color Harmonies of #599362
Complementary color
Monochromatic Colors of #599362
Black with #599362
Text Example
Text Example
White with #599362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599362; }
p { color: rgb(89,147,98); }
H1.HeaderClassName
{
color: #599362;
}
.AnyTagClassName
{
color: #599362;
}
</style>
background-color css
<style>
a { background-color: #599362; }
a { background-color: rgb(89,147,98); }
div.DivClassName
{
background-color: #599362;
}
.BgClassName
{
background-color: #599362;
}
</style>
border-color css
<style>
span { border-color: #599362; }
span { border-color: rgb(89,147,98); }
td.TdClassName
{
border-color: #599362;
}
.TagClassName
{
border-color: #599362;
}
</style>