Shades of Hunter Green #38533B
Tints of Hunter Green #38533B
RGB
CMYK
RGB Variations
Color information
#38533B (or 0x38533B) is known color: Hunter Green. HEX triplet: 38, 53 and 3B. RGB value is (56,83,59). Sum of RGB (Red+Green+Blue) = 56+83+59=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 83 - color contains mainly: green. Hex color #38533B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38533B is #C7ACC4. Grayscale: #484848. Windows color (decimal): -13085893 or 3887928. OLE color: 3887928.
HSL color Cylindrical-coordinate representation of color #38533B: hue angle of 126.67º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #38533B is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 83 | 59 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.67 |
| HSL | 126.67º | 0.19% | 0.27% | - |
| HSV(B) | 126.67º | 0.33% | 0.33% | - |
| XYZ | 5.51 | 7.34 | 5.26 | - |
| YUV | 72.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 83 | 59 | 0.33 | 0 | 0.29 | 0.67 | 126.67 | 0.19 | 0.27 |
| Hex | 38 | 53 | 3B | 21 | 0 | 1D | 43 | 7F | 13 | 1B |
| Octal | 70 | 123 | 73 | 41 | 0 | 35 | 103 | 177 | 23 | 33 |
| Binary | 111000 | 1010011 | 111011 | 100001 | 0 | 11101 | 1000011 | 1111111 | 10011 | 11011 |
Color Harmonies of #38533B
Complementary color
Monochromatic Colors of #38533B
Black with #38533B
Text Example
Text Example
White with #38533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38533B; }
p { color: rgb(56,83,59); }
H1.HeaderClassName
{
color: #38533B;
}
.AnyTagClassName
{
color: #38533B;
}
</style>
background-color css
<style>
a { background-color: #38533B; }
a { background-color: rgb(56,83,59); }
div.DivClassName
{
background-color: #38533B;
}
.BgClassName
{
background-color: #38533B;
}
</style>
border-color css
<style>
span { border-color: #38533B; }
span { border-color: rgb(56,83,59); }
td.TdClassName
{
border-color: #38533B;
}
.TagClassName
{
border-color: #38533B;
}
</style>