Shades of Hunter Green #38503B
Tints of Hunter Green #38503B
RGB
CMYK
RGB Variations
Color information
#38503B (or 0x38503B) is known color: Hunter Green. HEX triplet: 38, 50 and 3B. RGB value is (56,80,59). Sum of RGB (Red+Green+Blue) = 56+80+59=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 80 - color contains mainly: green. Hex color #38503B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38503B is #C7AFC4. Grayscale: #464646. Windows color (decimal): -13086661 or 3887160. OLE color: 3887160.
HSL color Cylindrical-coordinate representation of color #38503B: hue angle of 127.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #38503B is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 80 | 59 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.69 |
| HSL | 127.5º | 0.18% | 0.27% | - |
| HSV(B) | 127.5º | 0.3% | 0.31% | - |
| XYZ | 5.29 | 6.89 | 5.19 | - |
| YUV | 70.43 | 121.55 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 80 | 59 | 0.30 | 0 | 0.26 | 0.69 | 127.5 | 0.18 | 0.27 |
| Hex | 38 | 50 | 3B | 1E | 0 | 1A | 45 | 80 | 12 | 1B |
| Octal | 70 | 120 | 73 | 36 | 0 | 32 | 105 | 200 | 22 | 33 |
| Binary | 111000 | 1010000 | 111011 | 11110 | 0 | 11010 | 1000101 | 10000000 | 10010 | 11011 |
Color Harmonies of #38503B
Complementary color
Monochromatic Colors of #38503B
Black with #38503B
Text Example
Text Example
White with #38503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38503B; }
p { color: rgb(56,80,59); }
H1.HeaderClassName
{
color: #38503B;
}
.AnyTagClassName
{
color: #38503B;
}
</style>
background-color css
<style>
a { background-color: #38503B; }
a { background-color: rgb(56,80,59); }
div.DivClassName
{
background-color: #38503B;
}
.BgClassName
{
background-color: #38503B;
}
</style>
border-color css
<style>
span { border-color: #38503B; }
span { border-color: rgb(56,80,59); }
td.TdClassName
{
border-color: #38503B;
}
.TagClassName
{
border-color: #38503B;
}
</style>