Shades of Hunter Green #38613C
Tints of Hunter Green #38613C
RGB
CMYK
RGB Variations
Color information
#38613C (or 0x38613C) is known color: Hunter Green. HEX triplet: 38, 61 and 3C. RGB value is (56,97,60). Sum of RGB (Red+Green+Blue) = 56+97+60=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 97 - color contains mainly: green. Hex color #38613C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38613C is #C79EC3. Grayscale: #505050. Windows color (decimal): -13082308 or 3957048. OLE color: 3957048.
HSL color Cylindrical-coordinate representation of color #38613C: hue angle of 125.85º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #38613C is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 97 | 60 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.62 |
| HSL | 125.85º | 0.27% | 0.3% | - |
| HSV(B) | 125.85º | 0.42% | 0.38% | - |
| XYZ | 6.72 | 9.72 | 5.8 | - |
| YUV | 80.52 | 116.42 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 97 | 60 | 0.42 | 0 | 0.38 | 0.62 | 125.85 | 0.27 | 0.3 |
| Hex | 38 | 61 | 3C | 2A | 0 | 26 | 3E | 7E | 1B | 1E |
| Octal | 70 | 141 | 74 | 52 | 0 | 46 | 76 | 176 | 33 | 36 |
| Binary | 111000 | 1100001 | 111100 | 101010 | 0 | 100110 | 111110 | 1111110 | 11011 | 11110 |
Color Harmonies of #38613C
Complementary color
Monochromatic Colors of #38613C
Black with #38613C
Text Example
Text Example
White with #38613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38613C; }
p { color: rgb(56,97,60); }
H1.HeaderClassName
{
color: #38613C;
}
.AnyTagClassName
{
color: #38613C;
}
</style>
background-color css
<style>
a { background-color: #38613C; }
a { background-color: rgb(56,97,60); }
div.DivClassName
{
background-color: #38613C;
}
.BgClassName
{
background-color: #38613C;
}
</style>
border-color css
<style>
span { border-color: #38613C; }
span { border-color: rgb(56,97,60); }
td.TdClassName
{
border-color: #38613C;
}
.TagClassName
{
border-color: #38613C;
}
</style>