Shades of Laurel #599462
Tints of Laurel #599462
RGB
CMYK
RGB Variations
Color information
#599462 (or 0x599462) is known color: Laurel. HEX triplet: 59, 94 and 62. RGB value is (89,148,98). Sum of RGB (Red+Green+Blue) = 89+148+98=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #599462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599462 is #A66B9D. Grayscale: #7C7C7C. Windows color (decimal): -10906526 or 6460505. OLE color: 6460505.
HSL color Cylindrical-coordinate representation of color #599462: hue angle of 129.15º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #599462 is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 148 | 98 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.42 |
| HSL | 129.15º | 0.25% | 0.46% | - |
| HSV(B) | 129.15º | 0.4% | 0.58% | - |
| XYZ | 16.91 | 24.19 | 15.33 | - |
| YUV | 124.66 | 112.95 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 148 | 98 | 0.40 | 0 | 0.34 | 0.42 | 129.15 | 0.25 | 0.46 |
| Hex | 59 | 94 | 62 | 28 | 0 | 22 | 2A | 81 | 19 | 2E |
| Octal | 131 | 224 | 142 | 50 | 0 | 42 | 52 | 201 | 31 | 56 |
| Binary | 1011001 | 10010100 | 1100010 | 101000 | 0 | 100010 | 101010 | 10000001 | 11001 | 101110 |
Color Harmonies of #599462
Complementary color
Monochromatic Colors of #599462
Black with #599462
Text Example
Text Example
White with #599462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599462; }
p { color: rgb(89,148,98); }
H1.HeaderClassName
{
color: #599462;
}
.AnyTagClassName
{
color: #599462;
}
</style>
background-color css
<style>
a { background-color: #599462; }
a { background-color: rgb(89,148,98); }
div.DivClassName
{
background-color: #599462;
}
.BgClassName
{
background-color: #599462;
}
</style>
border-color css
<style>
span { border-color: #599462; }
span { border-color: rgb(89,148,98); }
td.TdClassName
{
border-color: #599462;
}
.TagClassName
{
border-color: #599462;
}
</style>