Shades of Hunter Green #34623D
Tints of Hunter Green #34623D
RGB
CMYK
RGB Variations
Color information
#34623D (or 0x34623D) is known color: Hunter Green. HEX triplet: 34, 62 and 3D. RGB value is (52,98,61). Sum of RGB (Red+Green+Blue) = 52+98+61=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 98 - color contains mainly: green. Hex color #34623D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34623D is #CB9DC2. Grayscale: #505050. Windows color (decimal): -13344195 or 4022836. OLE color: 4022836.
HSL color Cylindrical-coordinate representation of color #34623D: hue angle of 131.74º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #34623D is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 98 | 61 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.62 |
| HSL | 131.74º | 0.31% | 0.29% | - |
| HSV(B) | 131.74º | 0.47% | 0.38% | - |
| XYZ | 6.63 | 9.8 | 5.96 | - |
| YUV | 80.03 | 117.26 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 98 | 61 | 0.47 | 0 | 0.38 | 0.62 | 131.74 | 0.31 | 0.29 |
| Hex | 34 | 62 | 3D | 2F | 0 | 26 | 3E | 84 | 1F | 1D |
| Octal | 64 | 142 | 75 | 57 | 0 | 46 | 76 | 204 | 37 | 35 |
| Binary | 110100 | 1100010 | 111101 | 101111 | 0 | 100110 | 111110 | 10000100 | 11111 | 11101 |
Color Harmonies of #34623D
Complementary color
Monochromatic Colors of #34623D
Black with #34623D
Text Example
Text Example
White with #34623D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34623D; }
p { color: rgb(52,98,61); }
H1.HeaderClassName
{
color: #34623D;
}
.AnyTagClassName
{
color: #34623D;
}
</style>
background-color css
<style>
a { background-color: #34623D; }
a { background-color: rgb(52,98,61); }
div.DivClassName
{
background-color: #34623D;
}
.BgClassName
{
background-color: #34623D;
}
</style>
border-color css
<style>
span { border-color: #34623D; }
span { border-color: rgb(52,98,61); }
td.TdClassName
{
border-color: #34623D;
}
.TagClassName
{
border-color: #34623D;
}
</style>