Shades of Laurel #598D63
Tints of Laurel #598D63
RGB
CMYK
RGB Variations
Color information
#598D63 (or 0x598D63) is known color: Laurel. HEX triplet: 59, 8D and 63. RGB value is (89,141,99). Sum of RGB (Red+Green+Blue) = 89+141+99=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 141 - color contains mainly: green. Hex color #598D63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598D63 is #A6729C. Grayscale: #787878. Windows color (decimal): -10908317 or 6524249. OLE color: 6524249.
HSL color Cylindrical-coordinate representation of color #598D63: hue angle of 131.54º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #598D63 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 141 | 99 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.45 |
| HSL | 131.54º | 0.23% | 0.45% | - |
| HSV(B) | 131.54º | 0.37% | 0.55% | - |
| XYZ | 15.9 | 22.07 | 15.23 | - |
| YUV | 120.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 141 | 99 | 0.37 | 0 | 0.30 | 0.45 | 131.54 | 0.23 | 0.45 |
| Hex | 59 | 8D | 63 | 25 | 0 | 1E | 2D | 84 | 17 | 2D |
| Octal | 131 | 215 | 143 | 45 | 0 | 36 | 55 | 204 | 27 | 55 |
| Binary | 1011001 | 10001101 | 1100011 | 100101 | 0 | 11110 | 101101 | 10000100 | 10111 | 101101 |
Color Harmonies of #598D63
Complementary color
Monochromatic Colors of #598D63
Black with #598D63
Text Example
Text Example
White with #598D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598D63; }
p { color: rgb(89,141,99); }
H1.HeaderClassName
{
color: #598D63;
}
.AnyTagClassName
{
color: #598D63;
}
</style>
background-color css
<style>
a { background-color: #598D63; }
a { background-color: rgb(89,141,99); }
div.DivClassName
{
background-color: #598D63;
}
.BgClassName
{
background-color: #598D63;
}
</style>
border-color css
<style>
span { border-color: #598D63; }
span { border-color: rgb(89,141,99); }
td.TdClassName
{
border-color: #598D63;
}
.TagClassName
{
border-color: #598D63;
}
</style>