Shades of Hunter Green #345B3C
Tints of Hunter Green #345B3C
RGB
CMYK
RGB Variations
Color information
#345B3C (or 0x345B3C) is known color: Hunter Green. HEX triplet: 34, 5B and 3C. RGB value is (52,91,60). Sum of RGB (Red+Green+Blue) = 52+91+60=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 91 (35.94% from 255 or 44.83% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 91 - color contains mainly: green. Hex color #345B3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345B3C is #CBA4C3. Grayscale: #4B4B4B. Windows color (decimal): -13345988 or 3955508. OLE color: 3955508.
HSL color Cylindrical-coordinate representation of color #345B3C: hue angle of 132.31º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #345B3C is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 91 | 60 | - |
| CMYK | 0.43 | 0 | 0.34 | 0.64 |
| HSL | 132.31º | 0.27% | 0.28% | - |
| HSV(B) | 132.31º | 0.43% | 0.36% | - |
| XYZ | 5.97 | 8.54 | 5.61 | - |
| YUV | 75.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 60 | 0.43 | 0 | 0.34 | 0.64 | 132.31 | 0.27 | 0.28 |
| Hex | 34 | 5B | 3C | 2B | 0 | 22 | 40 | 84 | 1B | 1C |
| Octal | 64 | 133 | 74 | 53 | 0 | 42 | 100 | 204 | 33 | 34 |
| Binary | 110100 | 1011011 | 111100 | 101011 | 0 | 100010 | 1000000 | 10000100 | 11011 | 11100 |
Color Harmonies of #345B3C
Complementary color
Monochromatic Colors of #345B3C
Black with #345B3C
Text Example
Text Example
White with #345B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345B3C; }
p { color: rgb(52,91,60); }
H1.HeaderClassName
{
color: #345B3C;
}
.AnyTagClassName
{
color: #345B3C;
}
</style>
background-color css
<style>
a { background-color: #345B3C; }
a { background-color: rgb(52,91,60); }
div.DivClassName
{
background-color: #345B3C;
}
.BgClassName
{
background-color: #345B3C;
}
</style>
border-color css
<style>
span { border-color: #345B3C; }
span { border-color: rgb(52,91,60); }
td.TdClassName
{
border-color: #345B3C;
}
.TagClassName
{
border-color: #345B3C;
}
</style>