Shades of Hunter Green #3F6348
Tints of Hunter Green #3F6348
RGB
CMYK
RGB Variations
Color information
#3F6348 (or 0x3F6348) is known color: Hunter Green. HEX triplet: 3F, 63 and 48. RGB value is (63,99,72). Sum of RGB (Red+Green+Blue) = 63+99+72=234 (30% of max value = 765). Red value is 63 (25% from 255 or 26.92% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 99 - color contains mainly: green. Hex color #3F6348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6348 is #C09CB7. Grayscale: #555555. Windows color (decimal): -12623032 or 4743999. OLE color: 4743999.
HSL color Cylindrical-coordinate representation of color #3F6348: hue angle of 135º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F6348 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 99 | 72 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.61 |
| HSL | 135º | 0.22% | 0.32% | - |
| HSV(B) | 135º | 0.36% | 0.39% | - |
| XYZ | 7.68 | 10.45 | 7.74 | - |
| YUV | 85.16 | 120.57 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 99 | 72 | 0.36 | 0 | 0.27 | 0.61 | 135 | 0.22 | 0.32 |
| Hex | 3F | 63 | 48 | 24 | 0 | 1B | 3D | 87 | 16 | 20 |
| Octal | 77 | 143 | 110 | 44 | 0 | 33 | 75 | 207 | 26 | 40 |
| Binary | 111111 | 1100011 | 1001000 | 100100 | 0 | 11011 | 111101 | 10000111 | 10110 | 100000 |
Color Harmonies of #3F6348
Complementary color
Monochromatic Colors of #3F6348
Black with #3F6348
Text Example
Text Example
White with #3F6348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6348; }
p { color: rgb(63,99,72); }
H1.HeaderClassName
{
color: #3F6348;
}
.AnyTagClassName
{
color: #3F6348;
}
</style>
background-color css
<style>
a { background-color: #3F6348; }
a { background-color: rgb(63,99,72); }
div.DivClassName
{
background-color: #3F6348;
}
.BgClassName
{
background-color: #3F6348;
}
</style>
border-color css
<style>
span { border-color: #3F6348; }
span { border-color: rgb(63,99,72); }
td.TdClassName
{
border-color: #3F6348;
}
.TagClassName
{
border-color: #3F6348;
}
</style>