Shades of Laurel #5E9464
Tints of Laurel #5E9464
RGB
CMYK
RGB Variations
Color information
#5E9464 (or 0x5E9464) is known color: Laurel. HEX triplet: 5E, 94 and 64. RGB value is (94,148,100). Sum of RGB (Red+Green+Blue) = 94+148+100=342 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.49% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #5E9464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9464 is #A16B9B. Grayscale: #7E7E7E. Windows color (decimal): -10578844 or 6591582. OLE color: 6591582.
HSL color Cylindrical-coordinate representation of color #5E9464: hue angle of 126.67º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E9464 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 148 | 100 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.42 |
| HSL | 126.67º | 0.22% | 0.47% | - |
| HSV(B) | 126.67º | 0.36% | 0.58% | - |
| XYZ | 17.51 | 24.48 | 15.86 | - |
| YUV | 126.38 | 113.11 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 148 | 100 | 0.36 | 0 | 0.32 | 0.42 | 126.67 | 0.22 | 0.47 |
| Hex | 5E | 94 | 64 | 24 | 0 | 20 | 2A | 7F | 16 | 2F |
| Octal | 136 | 224 | 144 | 44 | 0 | 40 | 52 | 177 | 26 | 57 |
| Binary | 1011110 | 10010100 | 1100100 | 100100 | 0 | 100000 | 101010 | 1111111 | 10110 | 101111 |
Color Harmonies of #5E9464
Complementary color
Monochromatic Colors of #5E9464
Black with #5E9464
Text Example
Text Example
White with #5E9464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9464; }
p { color: rgb(94,148,100); }
H1.HeaderClassName
{
color: #5E9464;
}
.AnyTagClassName
{
color: #5E9464;
}
</style>
background-color css
<style>
a { background-color: #5E9464; }
a { background-color: rgb(94,148,100); }
div.DivClassName
{
background-color: #5E9464;
}
.BgClassName
{
background-color: #5E9464;
}
</style>
border-color css
<style>
span { border-color: #5E9464; }
span { border-color: rgb(94,148,100); }
td.TdClassName
{
border-color: #5E9464;
}
.TagClassName
{
border-color: #5E9464;
}
</style>