Shades of Hunter Green #385A3C
Tints of Hunter Green #385A3C
RGB
CMYK
RGB Variations
Color information
#385A3C (or 0x385A3C) is known color: Hunter Green. HEX triplet: 38, 5A and 3C. RGB value is (56,90,60). Sum of RGB (Red+Green+Blue) = 56+90+60=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 90 - color contains mainly: green. Hex color #385A3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385A3C is #C7A5C3. Grayscale: #4C4C4C. Windows color (decimal): -13084100 or 3955256. OLE color: 3955256.
HSL color Cylindrical-coordinate representation of color #385A3C: hue angle of 127.06º 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 #385A3C is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 90 | 60 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.65 |
| HSL | 127.06º | 0.23% | 0.29% | - |
| HSV(B) | 127.06º | 0.38% | 0.35% | - |
| XYZ | 6.1 | 8.48 | 5.59 | - |
| YUV | 76.41 | 118.74 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 60 | 0.38 | 0 | 0.33 | 0.65 | 127.06 | 0.23 | 0.29 |
| Hex | 38 | 5A | 3C | 26 | 0 | 21 | 41 | 7F | 17 | 1D |
| Octal | 70 | 132 | 74 | 46 | 0 | 41 | 101 | 177 | 27 | 35 |
| Binary | 111000 | 1011010 | 111100 | 100110 | 0 | 100001 | 1000001 | 1111111 | 10111 | 11101 |
Color Harmonies of #385A3C
Complementary color
Monochromatic Colors of #385A3C
Black with #385A3C
Text Example
Text Example
White with #385A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385A3C; }
p { color: rgb(56,90,60); }
H1.HeaderClassName
{
color: #385A3C;
}
.AnyTagClassName
{
color: #385A3C;
}
</style>
background-color css
<style>
a { background-color: #385A3C; }
a { background-color: rgb(56,90,60); }
div.DivClassName
{
background-color: #385A3C;
}
.BgClassName
{
background-color: #385A3C;
}
</style>
border-color css
<style>
span { border-color: #385A3C; }
span { border-color: rgb(56,90,60); }
td.TdClassName
{
border-color: #385A3C;
}
.TagClassName
{
border-color: #385A3C;
}
</style>