Shades of Clover #375C14
Tints of Clover #375C14
RGB
CMYK
RGB Variations
Color information
#375C14 (or 0x375C14) is known color: Clover. HEX triplet: 37, 5C and 14. RGB value is (55,92,20). Sum of RGB (Red+Green+Blue) = 55+92+20=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 92 (36.33% from 255 or 55.09% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 92 - color contains mainly: green. Hex color #375C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375C14 is #C8A3EB. Grayscale: #484848. Windows color (decimal): -13149164 or 1334327. OLE color: 1334327.
HSL color Cylindrical-coordinate representation of color #375C14: hue angle of 90.83º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #375C14 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 92 | 20 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.64 |
| HSL | 90.83º | 0.64% | 0.22% | - |
| HSV(B) | 90.83º | 0.78% | 0.36% | - |
| XYZ | 5.53 | 8.52 | 2.01 | - |
| YUV | 72.73 | 98.24 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 20 | 0.40 | 0 | 0.78 | 0.64 | 90.83 | 0.64 | 0.22 |
| Hex | 37 | 5C | 14 | 28 | 0 | 4E | 40 | 5B | 40 | 16 |
| Octal | 67 | 134 | 24 | 50 | 0 | 116 | 100 | 133 | 100 | 26 |
| Binary | 110111 | 1011100 | 10100 | 101000 | 0 | 1001110 | 1000000 | 1011011 | 1000000 | 10110 |
Color Harmonies of #375C14
Complementary color
Monochromatic Colors of #375C14
Black with #375C14
Text Example
Text Example
White with #375C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375C14; }
p { color: rgb(55,92,20); }
H1.HeaderClassName
{
color: #375C14;
}
.AnyTagClassName
{
color: #375C14;
}
</style>
background-color css
<style>
a { background-color: #375C14; }
a { background-color: rgb(55,92,20); }
div.DivClassName
{
background-color: #375C14;
}
.BgClassName
{
background-color: #375C14;
}
</style>
border-color css
<style>
span { border-color: #375C14; }
span { border-color: rgb(55,92,20); }
td.TdClassName
{
border-color: #375C14;
}
.TagClassName
{
border-color: #375C14;
}
</style>