Shades of Laurel #5A9363
Tints of Laurel #5A9363
RGB
CMYK
RGB Variations
Color information
#5A9363 (or 0x5A9363) is known color: Laurel. HEX triplet: 5A, 93 and 63. RGB value is (90,147,99). Sum of RGB (Red+Green+Blue) = 90+147+99=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 147 - color contains mainly: green. Hex color #5A9363 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9363 is #A56C9C. Grayscale: #7C7C7C. Windows color (decimal): -10841245 or 6525786. OLE color: 6525786.
HSL color Cylindrical-coordinate representation of color #5A9363: hue angle of 129.47º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A9363 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 147 | 99 | - |
| CMYK | 0.39 | 0 | 0.33 | 0.42 |
| HSL | 129.47º | 0.24% | 0.46% | - |
| HSV(B) | 129.47º | 0.39% | 0.58% | - |
| XYZ | 16.9 | 23.94 | 15.53 | - |
| YUV | 124.49 | 113.62 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 147 | 99 | 0.39 | 0 | 0.33 | 0.42 | 129.47 | 0.24 | 0.46 |
| Hex | 5A | 93 | 63 | 27 | 0 | 21 | 2A | 81 | 18 | 2E |
| Octal | 132 | 223 | 143 | 47 | 0 | 41 | 52 | 201 | 30 | 56 |
| Binary | 1011010 | 10010011 | 1100011 | 100111 | 0 | 100001 | 101010 | 10000001 | 11000 | 101110 |
Color Harmonies of #5A9363
Complementary color
Monochromatic Colors of #5A9363
Black with #5A9363
Text Example
Text Example
White with #5A9363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9363; }
p { color: rgb(90,147,99); }
H1.HeaderClassName
{
color: #5A9363;
}
.AnyTagClassName
{
color: #5A9363;
}
</style>
background-color css
<style>
a { background-color: #5A9363; }
a { background-color: rgb(90,147,99); }
div.DivClassName
{
background-color: #5A9363;
}
.BgClassName
{
background-color: #5A9363;
}
</style>
border-color css
<style>
span { border-color: #5A9363; }
span { border-color: rgb(90,147,99); }
td.TdClassName
{
border-color: #5A9363;
}
.TagClassName
{
border-color: #5A9363;
}
</style>