Shades of Hunter Green #38673D
Tints of Hunter Green #38673D
RGB
CMYK
RGB Variations
Color information
#38673D (or 0x38673D) is known color: Hunter Green. HEX triplet: 38, 67 and 3D. RGB value is (56,103,61). Sum of RGB (Red+Green+Blue) = 56+103+61=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 103 (40.62% from 255 or 46.82% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 103 - color contains mainly: green. Hex color #38673D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38673D is #C798C2. Grayscale: #545454. Windows color (decimal): -13080771 or 4024120. OLE color: 4024120.
HSL color Cylindrical-coordinate representation of color #38673D: hue angle of 126.38º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38673D is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 56 | 103 | 61 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.60 |
| HSL | 126.38º | 0.3% | 0.31% | - |
| HSV(B) | 126.38º | 0.46% | 0.4% | - |
| XYZ | 7.32 | 10.88 | 6.13 | - |
| YUV | 84.16 | 114.93 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 103 | 61 | 0.46 | 0 | 0.41 | 0.60 | 126.38 | 0.3 | 0.31 |
| Hex | 38 | 67 | 3D | 2E | 0 | 29 | 3C | 7E | 1E | 1F |
| Octal | 70 | 147 | 75 | 56 | 0 | 51 | 74 | 176 | 36 | 37 |
| Binary | 111000 | 1100111 | 111101 | 101110 | 0 | 101001 | 111100 | 1111110 | 11110 | 11111 |
Color Harmonies of #38673D
Complementary color
Monochromatic Colors of #38673D
Black with #38673D
Text Example
Text Example
White with #38673D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38673D; }
p { color: rgb(56,103,61); }
H1.HeaderClassName
{
color: #38673D;
}
.AnyTagClassName
{
color: #38673D;
}
</style>
background-color css
<style>
a { background-color: #38673D; }
a { background-color: rgb(56,103,61); }
div.DivClassName
{
background-color: #38673D;
}
.BgClassName
{
background-color: #38673D;
}
</style>
border-color css
<style>
span { border-color: #38673D; }
span { border-color: rgb(56,103,61); }
td.TdClassName
{
border-color: #38673D;
}
.TagClassName
{
border-color: #38673D;
}
</style>