Shades of Hunter Green #38553D
Tints of Hunter Green #38553D
RGB
CMYK
RGB Variations
Color information
#38553D (or 0x38553D) is known color: Hunter Green. HEX triplet: 38, 55 and 3D. RGB value is (56,85,61). Sum of RGB (Red+Green+Blue) = 56+85+61=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 85 - color contains mainly: green. Hex color #38553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38553D is #C7AAC2. Grayscale: #494949. Windows color (decimal): -13085379 or 4019512. OLE color: 4019512.
HSL color Cylindrical-coordinate representation of color #38553D: hue angle of 130.34º 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 #38553D is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 85 | 61 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.67 |
| HSL | 130.34º | 0.21% | 0.28% | - |
| HSV(B) | 130.34º | 0.34% | 0.33% | - |
| XYZ | 5.72 | 7.67 | 5.59 | - |
| YUV | 73.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 85 | 61 | 0.34 | 0 | 0.28 | 0.67 | 130.34 | 0.21 | 0.28 |
| Hex | 38 | 55 | 3D | 22 | 0 | 1C | 43 | 82 | 15 | 1C |
| Octal | 70 | 125 | 75 | 42 | 0 | 34 | 103 | 202 | 25 | 34 |
| Binary | 111000 | 1010101 | 111101 | 100010 | 0 | 11100 | 1000011 | 10000010 | 10101 | 11100 |
Color Harmonies of #38553D
Complementary color
Monochromatic Colors of #38553D
Black with #38553D
Text Example
Text Example
White with #38553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38553D; }
p { color: rgb(56,85,61); }
H1.HeaderClassName
{
color: #38553D;
}
.AnyTagClassName
{
color: #38553D;
}
</style>
background-color css
<style>
a { background-color: #38553D; }
a { background-color: rgb(56,85,61); }
div.DivClassName
{
background-color: #38553D;
}
.BgClassName
{
background-color: #38553D;
}
</style>
border-color css
<style>
span { border-color: #38553D; }
span { border-color: rgb(56,85,61); }
td.TdClassName
{
border-color: #38553D;
}
.TagClassName
{
border-color: #38553D;
}
</style>