Shades of Laurel #589363
Tints of Laurel #589363
RGB
CMYK
RGB Variations
Color information
#589363 (or 0x589363) is known color: Laurel. HEX triplet: 58, 93 and 63. RGB value is (88,147,99). Sum of RGB (Red+Green+Blue) = 88+147+99=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #589363 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589363 is #A76C9C. Grayscale: #7C7C7C. Windows color (decimal): -10972317 or 6525784. OLE color: 6525784.
HSL color Cylindrical-coordinate representation of color #589363: hue angle of 131.19º 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 #589363 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 147 | 99 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.42 |
| HSL | 131.19º | 0.25% | 0.46% | - |
| HSV(B) | 131.19º | 0.4% | 0.58% | - |
| XYZ | 16.71 | 23.84 | 15.53 | - |
| YUV | 123.89 | 113.95 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 147 | 99 | 0.40 | 0 | 0.33 | 0.42 | 131.19 | 0.25 | 0.46 |
| Hex | 58 | 93 | 63 | 28 | 0 | 21 | 2A | 83 | 19 | 2E |
| Octal | 130 | 223 | 143 | 50 | 0 | 41 | 52 | 203 | 31 | 56 |
| Binary | 1011000 | 10010011 | 1100011 | 101000 | 0 | 100001 | 101010 | 10000011 | 11001 | 101110 |
Color Harmonies of #589363
Complementary color
Monochromatic Colors of #589363
Black with #589363
Text Example
Text Example
White with #589363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589363; }
p { color: rgb(88,147,99); }
H1.HeaderClassName
{
color: #589363;
}
.AnyTagClassName
{
color: #589363;
}
</style>
background-color css
<style>
a { background-color: #589363; }
a { background-color: rgb(88,147,99); }
div.DivClassName
{
background-color: #589363;
}
.BgClassName
{
background-color: #589363;
}
</style>
border-color css
<style>
span { border-color: #589363; }
span { border-color: rgb(88,147,99); }
td.TdClassName
{
border-color: #589363;
}
.TagClassName
{
border-color: #589363;
}
</style>