Shades of Clover #395D15
Tints of Clover #395D15
RGB
CMYK
RGB Variations
Color information
#395D15 (or 0x395D15) is known color: Clover. HEX triplet: 39, 5D and 15. RGB value is (57,93,21). Sum of RGB (Red+Green+Blue) = 57+93+21=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 93 (36.72% from 255 or 54.39% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 93 - color contains mainly: green. Hex color #395D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395D15 is #C6A2EA. Grayscale: #4A4A4A. Windows color (decimal): -13017835 or 1400121. OLE color: 1400121.
HSL color Cylindrical-coordinate representation of color #395D15: hue angle of 90º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #395D15 is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 93 | 21 | - |
| CMYK | 0.39 | 0 | 0.77 | 0.64 |
| HSL | 90º | 0.63% | 0.22% | - |
| HSV(B) | 90º | 0.77% | 0.36% | - |
| XYZ | 5.74 | 8.75 | 2.1 | - |
| YUV | 74.03 | 98.07 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 93 | 21 | 0.39 | 0 | 0.77 | 0.64 | 90 | 0.63 | 0.22 |
| Hex | 39 | 5D | 15 | 27 | 0 | 4D | 40 | 5A | 3F | 16 |
| Octal | 71 | 135 | 25 | 47 | 0 | 115 | 100 | 132 | 77 | 26 |
| Binary | 111001 | 1011101 | 10101 | 100111 | 0 | 1001101 | 1000000 | 1011010 | 111111 | 10110 |
Color Harmonies of #395D15
Complementary color
Monochromatic Colors of #395D15
Black with #395D15
Text Example
Text Example
White with #395D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395D15; }
p { color: rgb(57,93,21); }
H1.HeaderClassName
{
color: #395D15;
}
.AnyTagClassName
{
color: #395D15;
}
</style>
background-color css
<style>
a { background-color: #395D15; }
a { background-color: rgb(57,93,21); }
div.DivClassName
{
background-color: #395D15;
}
.BgClassName
{
background-color: #395D15;
}
</style>
border-color css
<style>
span { border-color: #395D15; }
span { border-color: rgb(57,93,21); }
td.TdClassName
{
border-color: #395D15;
}
.TagClassName
{
border-color: #395D15;
}
</style>