Shades of Clover #375D14
Tints of Clover #375D14
RGB
CMYK
RGB Variations
Color information
#375D14 (or 0x375D14) is known color: Clover. HEX triplet: 37, 5D and 14. RGB value is (55,93,20). Sum of RGB (Red+Green+Blue) = 55+93+20=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 93 (36.72% from 255 or 55.36% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 93 - color contains mainly: green. Hex color #375D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375D14 is #C8A2EB. Grayscale: #494949. Windows color (decimal): -13148908 or 1334583. OLE color: 1334583.
HSL color Cylindrical-coordinate representation of color #375D14: hue angle of 91.23º degrees, saturation: 0.65, 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 #375D14 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 93 | 20 | - |
| CMYK | 0.41 | 0 | 0.78 | 0.64 |
| HSL | 91.23º | 0.65% | 0.22% | - |
| HSV(B) | 91.23º | 0.78% | 0.36% | - |
| XYZ | 5.62 | 8.69 | 2.04 | - |
| YUV | 73.32 | 97.91 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 20 | 0.41 | 0 | 0.78 | 0.64 | 91.23 | 0.65 | 0.22 |
| Hex | 37 | 5D | 14 | 29 | 0 | 4E | 40 | 5B | 41 | 16 |
| Octal | 67 | 135 | 24 | 51 | 0 | 116 | 100 | 133 | 101 | 26 |
| Binary | 110111 | 1011101 | 10100 | 101001 | 0 | 1001110 | 1000000 | 1011011 | 1000001 | 10110 |
Color Harmonies of #375D14
Complementary color
Monochromatic Colors of #375D14
Black with #375D14
Text Example
Text Example
White with #375D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375D14; }
p { color: rgb(55,93,20); }
H1.HeaderClassName
{
color: #375D14;
}
.AnyTagClassName
{
color: #375D14;
}
</style>
background-color css
<style>
a { background-color: #375D14; }
a { background-color: rgb(55,93,20); }
div.DivClassName
{
background-color: #375D14;
}
.BgClassName
{
background-color: #375D14;
}
</style>
border-color css
<style>
span { border-color: #375D14; }
span { border-color: rgb(55,93,20); }
td.TdClassName
{
border-color: #375D14;
}
.TagClassName
{
border-color: #375D14;
}
</style>