Shades of Hunter Green #38553B
Tints of Hunter Green #38553B
RGB
CMYK
RGB Variations
Color information
#38553B (or 0x38553B) is known color: Hunter Green. HEX triplet: 38, 55 and 3B. RGB value is (56,85,59). Sum of RGB (Red+Green+Blue) = 56+85+59=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #38553B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38553B is #C7AAC4. Grayscale: #494949. Windows color (decimal): -13085381 or 3888440. OLE color: 3888440.
HSL color Cylindrical-coordinate representation of color #38553B: hue angle of 126.21º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #38553B is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 85 | 59 | - |
| CMYK | 0.34 | 0 | 0.31 | 0.67 |
| HSL | 126.21º | 0.21% | 0.28% | - |
| HSV(B) | 126.21º | 0.34% | 0.33% | - |
| XYZ | 5.67 | 7.65 | 5.32 | - |
| YUV | 73.37 | 119.89 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 85 | 59 | 0.34 | 0 | 0.31 | 0.67 | 126.21 | 0.21 | 0.28 |
| Hex | 38 | 55 | 3B | 22 | 0 | 1F | 43 | 7E | 15 | 1C |
| Octal | 70 | 125 | 73 | 42 | 0 | 37 | 103 | 176 | 25 | 34 |
| Binary | 111000 | 1010101 | 111011 | 100010 | 0 | 11111 | 1000011 | 1111110 | 10101 | 11100 |
Color Harmonies of #38553B
Complementary color
Monochromatic Colors of #38553B
Black with #38553B
Text Example
Text Example
White with #38553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38553B; }
p { color: rgb(56,85,59); }
H1.HeaderClassName
{
color: #38553B;
}
.AnyTagClassName
{
color: #38553B;
}
</style>
background-color css
<style>
a { background-color: #38553B; }
a { background-color: rgb(56,85,59); }
div.DivClassName
{
background-color: #38553B;
}
.BgClassName
{
background-color: #38553B;
}
</style>
border-color css
<style>
span { border-color: #38553B; }
span { border-color: rgb(56,85,59); }
td.TdClassName
{
border-color: #38553B;
}
.TagClassName
{
border-color: #38553B;
}
</style>