Shades of Clover #3A5B18
Tints of Clover #3A5B18
RGB
CMYK
RGB Variations
Color information
#3A5B18 (or 0x3A5B18) is known color: Clover. HEX triplet: 3A, 5B and 18. RGB value is (58,91,24). Sum of RGB (Red+Green+Blue) = 58+91+24=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 91 (35.94% from 255 or 52.60% from 173); Blue value is 24 (9.77% from 255 or 13.87% from 173); Max value from RGB is 91 - color contains mainly: green. Hex color #3A5B18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5B18 is #C5A4E7. Grayscale: #494949. Windows color (decimal): -12952808 or 1596218. OLE color: 1596218.
HSL color Cylindrical-coordinate representation of color #3A5B18: hue angle of 89.55º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A5B18 is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 91 | 24 | - |
| CMYK | 0.36 | 0 | 0.74 | 0.64 |
| HSL | 89.55º | 0.58% | 0.23% | - |
| HSV(B) | 89.55º | 0.74% | 0.36% | - |
| XYZ | 5.65 | 8.45 | 2.2 | - |
| YUV | 73.5 | 100.07 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 91 | 24 | 0.36 | 0 | 0.74 | 0.64 | 89.55 | 0.58 | 0.23 |
| Hex | 3A | 5B | 18 | 24 | 0 | 4A | 40 | 5A | 3A | 17 |
| Octal | 72 | 133 | 30 | 44 | 0 | 112 | 100 | 132 | 72 | 27 |
| Binary | 111010 | 1011011 | 11000 | 100100 | 0 | 1001010 | 1000000 | 1011010 | 111010 | 10111 |
Color Harmonies of #3A5B18
Complementary color
Monochromatic Colors of #3A5B18
Black with #3A5B18
Text Example
Text Example
White with #3A5B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5B18; }
p { color: rgb(58,91,24); }
H1.HeaderClassName
{
color: #3A5B18;
}
.AnyTagClassName
{
color: #3A5B18;
}
</style>
background-color css
<style>
a { background-color: #3A5B18; }
a { background-color: rgb(58,91,24); }
div.DivClassName
{
background-color: #3A5B18;
}
.BgClassName
{
background-color: #3A5B18;
}
</style>
border-color css
<style>
span { border-color: #3A5B18; }
span { border-color: rgb(58,91,24); }
td.TdClassName
{
border-color: #3A5B18;
}
.TagClassName
{
border-color: #3A5B18;
}
</style>