Shades of Hunter Green #385A39
Tints of Hunter Green #385A39
RGB
CMYK
RGB Variations
Color information
#385A39 (or 0x385A39) is known color: Hunter Green. HEX triplet: 38, 5A and 39. RGB value is (56,90,57). Sum of RGB (Red+Green+Blue) = 56+90+57=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 57 (22.66% from 255 or 28.08% from 203); Max value from RGB is 90 - color contains mainly: green. Hex color #385A39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385A39 is #C7A5C6. Grayscale: #4C4C4C. Windows color (decimal): -13084103 or 3758648. OLE color: 3758648.
HSL color Cylindrical-coordinate representation of color #385A39: hue angle of 121.76º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385A39 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 90 | 57 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.65 |
| HSL | 121.76º | 0.23% | 0.29% | - |
| HSV(B) | 121.76º | 0.38% | 0.35% | - |
| XYZ | 6.03 | 8.45 | 5.18 | - |
| YUV | 76.07 | 117.24 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 57 | 0.38 | 0 | 0.37 | 0.65 | 121.76 | 0.23 | 0.29 |
| Hex | 38 | 5A | 39 | 26 | 0 | 25 | 41 | 7A | 17 | 1D |
| Octal | 70 | 132 | 71 | 46 | 0 | 45 | 101 | 172 | 27 | 35 |
| Binary | 111000 | 1011010 | 111001 | 100110 | 0 | 100101 | 1000001 | 1111010 | 10111 | 11101 |
Color Harmonies of #385A39
Complementary color
Monochromatic Colors of #385A39
Black with #385A39
Text Example
Text Example
White with #385A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385A39; }
p { color: rgb(56,90,57); }
H1.HeaderClassName
{
color: #385A39;
}
.AnyTagClassName
{
color: #385A39;
}
</style>
background-color css
<style>
a { background-color: #385A39; }
a { background-color: rgb(56,90,57); }
div.DivClassName
{
background-color: #385A39;
}
.BgClassName
{
background-color: #385A39;
}
</style>
border-color css
<style>
span { border-color: #385A39; }
span { border-color: rgb(56,90,57); }
td.TdClassName
{
border-color: #385A39;
}
.TagClassName
{
border-color: #385A39;
}
</style>