Shades of Hunter Green #38523A
Tints of Hunter Green #38523A
RGB
CMYK
RGB Variations
Color information
#38523A (or 0x38523A) is known color: Hunter Green. HEX triplet: 38, 52 and 3A. RGB value is (56,82,58). Sum of RGB (Red+Green+Blue) = 56+82+58=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 82 - color contains mainly: green. Hex color #38523A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38523A is #C7ADC5. Grayscale: #474747. Windows color (decimal): -13086150 or 3822136. OLE color: 3822136.
HSL color Cylindrical-coordinate representation of color #38523A: hue angle of 124.62º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #38523A is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 82 | 58 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.68 |
| HSL | 124.62º | 0.19% | 0.27% | - |
| HSV(B) | 124.62º | 0.32% | 0.32% | - |
| XYZ | 5.41 | 7.18 | 5.1 | - |
| YUV | 71.49 | 120.39 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 82 | 58 | 0.32 | 0 | 0.29 | 0.68 | 124.62 | 0.19 | 0.27 |
| Hex | 38 | 52 | 3A | 20 | 0 | 1D | 44 | 7D | 13 | 1B |
| Octal | 70 | 122 | 72 | 40 | 0 | 35 | 104 | 175 | 23 | 33 |
| Binary | 111000 | 1010010 | 111010 | 100000 | 0 | 11101 | 1000100 | 1111101 | 10011 | 11011 |
Color Harmonies of #38523A
Complementary color
Monochromatic Colors of #38523A
Black with #38523A
Text Example
Text Example
White with #38523A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38523A; }
p { color: rgb(56,82,58); }
H1.HeaderClassName
{
color: #38523A;
}
.AnyTagClassName
{
color: #38523A;
}
</style>
background-color css
<style>
a { background-color: #38523A; }
a { background-color: rgb(56,82,58); }
div.DivClassName
{
background-color: #38523A;
}
.BgClassName
{
background-color: #38523A;
}
</style>
border-color css
<style>
span { border-color: #38523A; }
span { border-color: rgb(56,82,58); }
td.TdClassName
{
border-color: #38523A;
}
.TagClassName
{
border-color: #38523A;
}
</style>