Shades of Hunter Green #34623C
Tints of Hunter Green #34623C
RGB
CMYK
RGB Variations
Color information
#34623C (or 0x34623C) is known color: Hunter Green. HEX triplet: 34, 62 and 3C. RGB value is (52,98,60). Sum of RGB (Red+Green+Blue) = 52+98+60=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 98 - color contains mainly: green. Hex color #34623C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34623C is #CB9DC3. Grayscale: #505050. Windows color (decimal): -13344196 or 3957300. OLE color: 3957300.
HSL color Cylindrical-coordinate representation of color #34623C: hue angle of 130.43º 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 #34623C is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 98 | 60 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.62 |
| HSL | 130.43º | 0.31% | 0.29% | - |
| HSV(B) | 130.43º | 0.47% | 0.38% | - |
| XYZ | 6.6 | 9.79 | 5.82 | - |
| YUV | 79.91 | 116.76 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 98 | 60 | 0.47 | 0 | 0.39 | 0.62 | 130.43 | 0.31 | 0.29 |
| Hex | 34 | 62 | 3C | 2F | 0 | 27 | 3E | 82 | 1F | 1D |
| Octal | 64 | 142 | 74 | 57 | 0 | 47 | 76 | 202 | 37 | 35 |
| Binary | 110100 | 1100010 | 111100 | 101111 | 0 | 100111 | 111110 | 10000010 | 11111 | 11101 |
Color Harmonies of #34623C
Complementary color
Monochromatic Colors of #34623C
Black with #34623C
Text Example
Text Example
White with #34623C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34623C; }
p { color: rgb(52,98,60); }
H1.HeaderClassName
{
color: #34623C;
}
.AnyTagClassName
{
color: #34623C;
}
</style>
background-color css
<style>
a { background-color: #34623C; }
a { background-color: rgb(52,98,60); }
div.DivClassName
{
background-color: #34623C;
}
.BgClassName
{
background-color: #34623C;
}
</style>
border-color css
<style>
span { border-color: #34623C; }
span { border-color: rgb(52,98,60); }
td.TdClassName
{
border-color: #34623C;
}
.TagClassName
{
border-color: #34623C;
}
</style>