Shades of Laurel #5D9B63
Tints of Laurel #5D9B63
RGB
CMYK
RGB Variations
Color information
#5D9B63 (or 0x5D9B63) is known color: Laurel. HEX triplet: 5D, 9B and 63. RGB value is (93,155,99). Sum of RGB (Red+Green+Blue) = 93+155+99=347 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.80% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 155 - color contains mainly: green. Hex color #5D9B63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9B63 is #A2649C. Grayscale: #828282. Windows color (decimal): -10642589 or 6527837. OLE color: 6527837.
HSL color Cylindrical-coordinate representation of color #5D9B63: hue angle of 125.81º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D9B63 is Cyan = 0.4, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 155 | 99 | - |
| CMYK | 0.4 | 0 | 0.36 | 0.39 |
| HSL | 125.81º | 0.25% | 0.49% | - |
| HSV(B) | 125.81º | 0.4% | 0.61% | - |
| XYZ | 18.49 | 26.67 | 15.98 | - |
| YUV | 130.08 | 110.46 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 155 | 99 | 0.4 | 0 | 0.36 | 0.39 | 125.81 | 0.25 | 0.49 |
| Hex | 5D | 9B | 63 | 28 | 0 | 24 | 27 | 7E | 19 | 31 |
| Octal | 135 | 233 | 143 | 50 | 0 | 44 | 47 | 176 | 31 | 61 |
| Binary | 1011101 | 10011011 | 1100011 | 101000 | 0 | 100100 | 100111 | 1111110 | 11001 | 110001 |
Color Harmonies of #5D9B63
Complementary color
Monochromatic Colors of #5D9B63
Black with #5D9B63
Text Example
Text Example
White with #5D9B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9B63; }
p { color: rgb(93,155,99); }
H1.HeaderClassName
{
color: #5D9B63;
}
.AnyTagClassName
{
color: #5D9B63;
}
</style>
background-color css
<style>
a { background-color: #5D9B63; }
a { background-color: rgb(93,155,99); }
div.DivClassName
{
background-color: #5D9B63;
}
.BgClassName
{
background-color: #5D9B63;
}
</style>
border-color css
<style>
span { border-color: #5D9B63; }
span { border-color: rgb(93,155,99); }
td.TdClassName
{
border-color: #5D9B63;
}
.TagClassName
{
border-color: #5D9B63;
}
</style>