Shades of Hunter Green #38573D
Tints of Hunter Green #38573D
RGB
CMYK
RGB Variations
Color information
#38573D (or 0x38573D) is known color: Hunter Green. HEX triplet: 38, 57 and 3D. RGB value is (56,87,61). Sum of RGB (Red+Green+Blue) = 56+87+61=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 87 (34.38% from 255 or 42.65% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 87 - color contains mainly: green. Hex color #38573D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38573D is #C7A8C2. Grayscale: #4A4A4A. Windows color (decimal): -13084867 or 4020024. OLE color: 4020024.
HSL color Cylindrical-coordinate representation of color #38573D: hue angle of 129.68º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #38573D is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 56 | 87 | 61 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.66 |
| HSL | 129.68º | 0.22% | 0.28% | - |
| HSV(B) | 129.68º | 0.36% | 0.34% | - |
| XYZ | 5.88 | 7.99 | 5.65 | - |
| YUV | 74.77 | 120.23 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 87 | 61 | 0.36 | 0 | 0.30 | 0.66 | 129.68 | 0.22 | 0.28 |
| Hex | 38 | 57 | 3D | 24 | 0 | 1E | 42 | 82 | 16 | 1C |
| Octal | 70 | 127 | 75 | 44 | 0 | 36 | 102 | 202 | 26 | 34 |
| Binary | 111000 | 1010111 | 111101 | 100100 | 0 | 11110 | 1000010 | 10000010 | 10110 | 11100 |
Color Harmonies of #38573D
Complementary color
Monochromatic Colors of #38573D
Black with #38573D
Text Example
Text Example
White with #38573D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38573D; }
p { color: rgb(56,87,61); }
H1.HeaderClassName
{
color: #38573D;
}
.AnyTagClassName
{
color: #38573D;
}
</style>
background-color css
<style>
a { background-color: #38573D; }
a { background-color: rgb(56,87,61); }
div.DivClassName
{
background-color: #38573D;
}
.BgClassName
{
background-color: #38573D;
}
</style>
border-color css
<style>
span { border-color: #38573D; }
span { border-color: rgb(56,87,61); }
td.TdClassName
{
border-color: #38573D;
}
.TagClassName
{
border-color: #38573D;
}
</style>