Shades of Laurel #5D8964
Tints of Laurel #5D8964
RGB
CMYK
RGB Variations
Color information
#5D8964 (or 0x5D8964) is known color: Laurel. HEX triplet: 5D, 89 and 64. RGB value is (93,137,100). Sum of RGB (Red+Green+Blue) = 93+137+100=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 137 - color contains mainly: green. Hex color #5D8964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8964 is #A2769B. Grayscale: #777777. Windows color (decimal): -10647196 or 6588765. OLE color: 6588765.
HSL color Cylindrical-coordinate representation of color #5D8964: hue angle of 129.55º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D8964 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 93 | 137 | 100 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.46 |
| HSL | 129.55º | 0.19% | 0.45% | - |
| HSV(B) | 129.55º | 0.32% | 0.54% | - |
| XYZ | 15.76 | 21.14 | 15.31 | - |
| YUV | 119.63 | 116.92 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 137 | 100 | 0.32 | 0 | 0.27 | 0.46 | 129.55 | 0.19 | 0.45 |
| Hex | 5D | 89 | 64 | 20 | 0 | 1B | 2E | 82 | 13 | 2D |
| Octal | 135 | 211 | 144 | 40 | 0 | 33 | 56 | 202 | 23 | 55 |
| Binary | 1011101 | 10001001 | 1100100 | 100000 | 0 | 11011 | 101110 | 10000010 | 10011 | 101101 |
Color Harmonies of #5D8964
Complementary color
Monochromatic Colors of #5D8964
Black with #5D8964
Text Example
Text Example
White with #5D8964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8964; }
p { color: rgb(93,137,100); }
H1.HeaderClassName
{
color: #5D8964;
}
.AnyTagClassName
{
color: #5D8964;
}
</style>
background-color css
<style>
a { background-color: #5D8964; }
a { background-color: rgb(93,137,100); }
div.DivClassName
{
background-color: #5D8964;
}
.BgClassName
{
background-color: #5D8964;
}
</style>
border-color css
<style>
span { border-color: #5D8964; }
span { border-color: rgb(93,137,100); }
td.TdClassName
{
border-color: #5D8964;
}
.TagClassName
{
border-color: #5D8964;
}
</style>