Shades of Chateau Green #34954D
Tints of Chateau Green #34954D
RGB
CMYK
RGB Variations
Color information
#34954D (or 0x34954D) is known color: Chateau Green. HEX triplet: 34, 95 and 4D. RGB value is (52,149,77). Sum of RGB (Red+Green+Blue) = 52+149+77=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 149 (58.59% from 255 or 53.60% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 149 - color contains mainly: green. Hex color #34954D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34954D is #CB6AB2. Grayscale: #6F6F6F. Windows color (decimal): -13331123 or 5084468. OLE color: 5084468.
HSL color Cylindrical-coordinate representation of color #34954D: hue angle of 135.46º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34954D is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 149 | 77 | - |
| CMYK | 0.65 | 0 | 0.48 | 0.42 |
| HSL | 135.46º | 0.48% | 0.39% | - |
| HSV(B) | 135.46º | 0.65% | 0.58% | - |
| XYZ | 13.5 | 22.76 | 10.7 | - |
| YUV | 111.79 | 108.36 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 149 | 77 | 0.65 | 0 | 0.48 | 0.42 | 135.46 | 0.48 | 0.39 |
| Hex | 34 | 95 | 4D | 41 | 0 | 30 | 2A | 87 | 30 | 27 |
| Octal | 64 | 225 | 115 | 101 | 0 | 60 | 52 | 207 | 60 | 47 |
| Binary | 110100 | 10010101 | 1001101 | 1000001 | 0 | 110000 | 101010 | 10000111 | 110000 | 100111 |
Color Harmonies of #34954D
Complementary color
Monochromatic Colors of #34954D
Black with #34954D
Text Example
Text Example
White with #34954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34954D; }
p { color: rgb(52,149,77); }
H1.HeaderClassName
{
color: #34954D;
}
.AnyTagClassName
{
color: #34954D;
}
</style>
background-color css
<style>
a { background-color: #34954D; }
a { background-color: rgb(52,149,77); }
div.DivClassName
{
background-color: #34954D;
}
.BgClassName
{
background-color: #34954D;
}
</style>
border-color css
<style>
span { border-color: #34954D; }
span { border-color: rgb(52,149,77); }
td.TdClassName
{
border-color: #34954D;
}
.TagClassName
{
border-color: #34954D;
}
</style>