Shades of Chateau Green #34B34E
Tints of Chateau Green #34B34E
RGB
CMYK
RGB Variations
Color information
#34B34E (or 0x34B34E) is known color: Chateau Green. HEX triplet: 34, B3 and 4E. RGB value is (52,179,78). Sum of RGB (Red+Green+Blue) = 52+179+78=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 179 (70.31% from 255 or 57.93% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 179 - color contains mainly: green. Hex color #34B34E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34B34E is #CB4CB1. Grayscale: #818181. Windows color (decimal): -13323442 or 5157684. OLE color: 5157684.
HSL color Cylindrical-coordinate representation of color #34B34E: hue angle of 132.28º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B34E is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 52 | 179 | 78 | - |
| CMYK | 0.71 | 0 | 0.56 | 0.30 |
| HSL | 132.28º | 0.55% | 0.45% | - |
| HSV(B) | 132.28º | 0.71% | 0.7% | - |
| XYZ | 18.91 | 33.52 | 12.68 | - |
| YUV | 129.51 | 98.92 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 179 | 78 | 0.71 | 0 | 0.56 | 0.30 | 132.28 | 0.55 | 0.45 |
| Hex | 34 | B3 | 4E | 47 | 0 | 38 | 1E | 84 | 37 | 2D |
| Octal | 64 | 263 | 116 | 107 | 0 | 70 | 36 | 204 | 67 | 55 |
| Binary | 110100 | 10110011 | 1001110 | 1000111 | 0 | 111000 | 11110 | 10000100 | 110111 | 101101 |
Color Harmonies of #34B34E
Complementary color
Monochromatic Colors of #34B34E
Black with #34B34E
Text Example
Text Example
White with #34B34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B34E; }
p { color: rgb(52,179,78); }
H1.HeaderClassName
{
color: #34B34E;
}
.AnyTagClassName
{
color: #34B34E;
}
</style>
background-color css
<style>
a { background-color: #34B34E; }
a { background-color: rgb(52,179,78); }
div.DivClassName
{
background-color: #34B34E;
}
.BgClassName
{
background-color: #34B34E;
}
</style>
border-color css
<style>
span { border-color: #34B34E; }
span { border-color: rgb(52,179,78); }
td.TdClassName
{
border-color: #34B34E;
}
.TagClassName
{
border-color: #34B34E;
}
</style>