Shades of Chateau Green #34984E
Tints of Chateau Green #34984E
RGB
CMYK
RGB Variations
Color information
#34984E (or 0x34984E) is known color: Chateau Green. HEX triplet: 34, 98 and 4E. RGB value is (52,152,78). Sum of RGB (Red+Green+Blue) = 52+152+78=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #34984E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34984E is #CB67B1. Grayscale: #717171. Windows color (decimal): -13330354 or 5150772. OLE color: 5150772.
HSL color Cylindrical-coordinate representation of color #34984E: hue angle of 135.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34984E is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 152 | 78 | - |
| CMYK | 0.66 | 0 | 0.49 | 0.40 |
| HSL | 135.6º | 0.49% | 0.4% | - |
| HSV(B) | 135.6º | 0.66% | 0.6% | - |
| XYZ | 14.02 | 23.74 | 11.05 | - |
| YUV | 113.66 | 107.87 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 152 | 78 | 0.66 | 0 | 0.49 | 0.40 | 135.6 | 0.49 | 0.4 |
| Hex | 34 | 98 | 4E | 42 | 0 | 31 | 28 | 88 | 31 | 28 |
| Octal | 64 | 230 | 116 | 102 | 0 | 61 | 50 | 210 | 61 | 50 |
| Binary | 110100 | 10011000 | 1001110 | 1000010 | 0 | 110001 | 101000 | 10001000 | 110001 | 101000 |
Color Harmonies of #34984E
Complementary color
Monochromatic Colors of #34984E
Black with #34984E
Text Example
Text Example
White with #34984E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34984E; }
p { color: rgb(52,152,78); }
H1.HeaderClassName
{
color: #34984E;
}
.AnyTagClassName
{
color: #34984E;
}
</style>
background-color css
<style>
a { background-color: #34984E; }
a { background-color: rgb(52,152,78); }
div.DivClassName
{
background-color: #34984E;
}
.BgClassName
{
background-color: #34984E;
}
</style>
border-color css
<style>
span { border-color: #34984E; }
span { border-color: rgb(52,152,78); }
td.TdClassName
{
border-color: #34984E;
}
.TagClassName
{
border-color: #34984E;
}
</style>