Shades of Hunter Green #3A653F
Tints of Hunter Green #3A653F
RGB
CMYK
RGB Variations
Color information
#3A653F (or 0x3A653F) is known color: Hunter Green. HEX triplet: 3A, 65 and 3F. RGB value is (58,101,63). Sum of RGB (Red+Green+Blue) = 58+101+63=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 101 - color contains mainly: green. Hex color #3A653F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A653F is #C59AC0. Grayscale: #535353. Windows color (decimal): -12950209 or 4154682. OLE color: 4154682.
HSL color Cylindrical-coordinate representation of color #3A653F: hue angle of 126.98º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A653F is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 101 | 63 | - |
| CMYK | 0.43 | 0 | 0.38 | 0.60 |
| HSL | 126.98º | 0.27% | 0.31% | - |
| HSV(B) | 126.98º | 0.43% | 0.4% | - |
| XYZ | 7.3 | 10.57 | 6.36 | - |
| YUV | 83.81 | 116.25 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 101 | 63 | 0.43 | 0 | 0.38 | 0.60 | 126.98 | 0.27 | 0.31 |
| Hex | 3A | 65 | 3F | 2B | 0 | 26 | 3C | 7F | 1B | 1F |
| Octal | 72 | 145 | 77 | 53 | 0 | 46 | 74 | 177 | 33 | 37 |
| Binary | 111010 | 1100101 | 111111 | 101011 | 0 | 100110 | 111100 | 1111111 | 11011 | 11111 |
Color Harmonies of #3A653F
Complementary color
Monochromatic Colors of #3A653F
Black with #3A653F
Text Example
Text Example
White with #3A653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A653F; }
p { color: rgb(58,101,63); }
H1.HeaderClassName
{
color: #3A653F;
}
.AnyTagClassName
{
color: #3A653F;
}
</style>
background-color css
<style>
a { background-color: #3A653F; }
a { background-color: rgb(58,101,63); }
div.DivClassName
{
background-color: #3A653F;
}
.BgClassName
{
background-color: #3A653F;
}
</style>
border-color css
<style>
span { border-color: #3A653F; }
span { border-color: rgb(58,101,63); }
td.TdClassName
{
border-color: #3A653F;
}
.TagClassName
{
border-color: #3A653F;
}
</style>