Shades of Hunter Green #3A633F
Tints of Hunter Green #3A633F
RGB
CMYK
RGB Variations
Color information
#3A633F (or 0x3A633F) is known color: Hunter Green. HEX triplet: 3A, 63 and 3F. RGB value is (58,99,63). Sum of RGB (Red+Green+Blue) = 58+99+63=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #3A633F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A633F is #C59CC0. Grayscale: #525252. Windows color (decimal): -12950721 or 4154170. OLE color: 4154170.
HSL color Cylindrical-coordinate representation of color #3A633F: hue angle of 127.32º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A633F is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 58 | 99 | 63 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.61 |
| HSL | 127.32º | 0.26% | 0.31% | - |
| HSV(B) | 127.32º | 0.41% | 0.39% | - |
| XYZ | 7.1 | 10.18 | 6.29 | - |
| YUV | 82.64 | 116.92 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 99 | 63 | 0.41 | 0 | 0.36 | 0.61 | 127.32 | 0.26 | 0.31 |
| Hex | 3A | 63 | 3F | 29 | 0 | 24 | 3D | 7F | 1A | 1F |
| Octal | 72 | 143 | 77 | 51 | 0 | 44 | 75 | 177 | 32 | 37 |
| Binary | 111010 | 1100011 | 111111 | 101001 | 0 | 100100 | 111101 | 1111111 | 11010 | 11111 |
Color Harmonies of #3A633F
Complementary color
Monochromatic Colors of #3A633F
Black with #3A633F
Text Example
Text Example
White with #3A633F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A633F; }
p { color: rgb(58,99,63); }
H1.HeaderClassName
{
color: #3A633F;
}
.AnyTagClassName
{
color: #3A633F;
}
</style>
background-color css
<style>
a { background-color: #3A633F; }
a { background-color: rgb(58,99,63); }
div.DivClassName
{
background-color: #3A633F;
}
.BgClassName
{
background-color: #3A633F;
}
</style>
border-color css
<style>
span { border-color: #3A633F; }
span { border-color: rgb(58,99,63); }
td.TdClassName
{
border-color: #3A633F;
}
.TagClassName
{
border-color: #3A633F;
}
</style>