Shades of Clover #385A19
Tints of Clover #385A19
RGB
CMYK
RGB Variations
Color information
#385A19 (or 0x385A19) is known color: Clover. HEX triplet: 38, 5A and 19. RGB value is (56,90,25). Sum of RGB (Red+Green+Blue) = 56+90+25=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 90 (35.55% from 255 or 52.63% from 171); Blue value is 25 (10.16% from 255 or 14.62% from 171); Max value from RGB is 90 - color contains mainly: green. Hex color #385A19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385A19 is #C7A5E6. Grayscale: #484848. Windows color (decimal): -13084135 or 1661496. OLE color: 1661496.
HSL color Cylindrical-coordinate representation of color #385A19: hue angle of 91.38º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #385A19 is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 90 | 25 | - |
| CMYK | 0.38 | 0 | 0.72 | 0.65 |
| HSL | 91.38º | 0.57% | 0.23% | - |
| HSV(B) | 91.38º | 0.72% | 0.35% | - |
| XYZ | 5.46 | 8.22 | 2.22 | - |
| YUV | 72.42 | 101.24 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 25 | 0.38 | 0 | 0.72 | 0.65 | 91.38 | 0.57 | 0.23 |
| Hex | 38 | 5A | 19 | 26 | 0 | 48 | 41 | 5B | 39 | 17 |
| Octal | 70 | 132 | 31 | 46 | 0 | 110 | 101 | 133 | 71 | 27 |
| Binary | 111000 | 1011010 | 11001 | 100110 | 0 | 1001000 | 1000001 | 1011011 | 111001 | 10111 |
Color Harmonies of #385A19
Complementary color
Monochromatic Colors of #385A19
Black with #385A19
Text Example
Text Example
White with #385A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385A19; }
p { color: rgb(56,90,25); }
H1.HeaderClassName
{
color: #385A19;
}
.AnyTagClassName
{
color: #385A19;
}
</style>
background-color css
<style>
a { background-color: #385A19; }
a { background-color: rgb(56,90,25); }
div.DivClassName
{
background-color: #385A19;
}
.BgClassName
{
background-color: #385A19;
}
</style>
border-color css
<style>
span { border-color: #385A19; }
span { border-color: rgb(56,90,25); }
td.TdClassName
{
border-color: #385A19;
}
.TagClassName
{
border-color: #385A19;
}
</style>