Shades of Clover #385D15
Tints of Clover #385D15
RGB
CMYK
RGB Variations
Color information
#385D15 (or 0x385D15) is known color: Clover. HEX triplet: 38, 5D and 15. RGB value is (56,93,21). Sum of RGB (Red+Green+Blue) = 56+93+21=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 93 (36.72% from 255 or 54.71% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 93 - color contains mainly: green. Hex color #385D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385D15 is #C7A2EA. Grayscale: #494949. Windows color (decimal): -13083371 or 1400120. OLE color: 1400120.
HSL color Cylindrical-coordinate representation of color #385D15: hue angle of 90.83º 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 #385D15 is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 93 | 21 | - |
| CMYK | 0.40 | 0 | 0.77 | 0.64 |
| HSL | 90.83º | 0.63% | 0.22% | - |
| HSV(B) | 90.83º | 0.77% | 0.36% | - |
| XYZ | 5.68 | 8.72 | 2.09 | - |
| YUV | 73.73 | 98.24 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 21 | 0.40 | 0 | 0.77 | 0.64 | 90.83 | 0.63 | 0.22 |
| Hex | 38 | 5D | 15 | 28 | 0 | 4D | 40 | 5B | 3F | 16 |
| Octal | 70 | 135 | 25 | 50 | 0 | 115 | 100 | 133 | 77 | 26 |
| Binary | 111000 | 1011101 | 10101 | 101000 | 0 | 1001101 | 1000000 | 1011011 | 111111 | 10110 |
Color Harmonies of #385D15
Complementary color
Monochromatic Colors of #385D15
Black with #385D15
Text Example
Text Example
White with #385D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385D15; }
p { color: rgb(56,93,21); }
H1.HeaderClassName
{
color: #385D15;
}
.AnyTagClassName
{
color: #385D15;
}
</style>
background-color css
<style>
a { background-color: #385D15; }
a { background-color: rgb(56,93,21); }
div.DivClassName
{
background-color: #385D15;
}
.BgClassName
{
background-color: #385D15;
}
</style>
border-color css
<style>
span { border-color: #385D15; }
span { border-color: rgb(56,93,21); }
td.TdClassName
{
border-color: #385D15;
}
.TagClassName
{
border-color: #385D15;
}
</style>