Shades of Hunter Green #34643D
Tints of Hunter Green #34643D
RGB
CMYK
RGB Variations
Color information
#34643D (or 0x34643D) is known color: Hunter Green. HEX triplet: 34, 64 and 3D. RGB value is (52,100,61). Sum of RGB (Red+Green+Blue) = 52+100+61=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 100 (39.45% from 255 or 46.95% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 100 - color contains mainly: green. Hex color #34643D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34643D is #CB9BC2. Grayscale: #515151. Windows color (decimal): -13343683 or 4023348. OLE color: 4023348.
HSL color Cylindrical-coordinate representation of color #34643D: hue angle of 131.25º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #34643D is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 52 | 100 | 61 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.61 |
| HSL | 131.25º | 0.32% | 0.3% | - |
| HSV(B) | 131.25º | 0.48% | 0.39% | - |
| XYZ | 6.82 | 10.18 | 6.02 | - |
| YUV | 81.2 | 116.6 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 100 | 61 | 0.48 | 0 | 0.39 | 0.61 | 131.25 | 0.32 | 0.3 |
| Hex | 34 | 64 | 3D | 30 | 0 | 27 | 3D | 83 | 20 | 1E |
| Octal | 64 | 144 | 75 | 60 | 0 | 47 | 75 | 203 | 40 | 36 |
| Binary | 110100 | 1100100 | 111101 | 110000 | 0 | 100111 | 111101 | 10000011 | 100000 | 11110 |
Color Harmonies of #34643D
Complementary color
Monochromatic Colors of #34643D
Black with #34643D
Text Example
Text Example
White with #34643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34643D; }
p { color: rgb(52,100,61); }
H1.HeaderClassName
{
color: #34643D;
}
.AnyTagClassName
{
color: #34643D;
}
</style>
background-color css
<style>
a { background-color: #34643D; }
a { background-color: rgb(52,100,61); }
div.DivClassName
{
background-color: #34643D;
}
.BgClassName
{
background-color: #34643D;
}
</style>
border-color css
<style>
span { border-color: #34643D; }
span { border-color: rgb(52,100,61); }
td.TdClassName
{
border-color: #34643D;
}
.TagClassName
{
border-color: #34643D;
}
</style>