Shades of Chateau Green #34B353
Tints of Chateau Green #34B353
RGB
CMYK
RGB Variations
Color information
#34B353 (or 0x34B353) is known color: Chateau Green. HEX triplet: 34, B3 and 53. RGB value is (52,179,83). Sum of RGB (Red+Green+Blue) = 52+179+83=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 179 (70.31% from 255 or 57.01% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 179 - color contains mainly: green. Hex color #34B353 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34B353 is #CB4CAC. Grayscale: #828282. Windows color (decimal): -13323437 or 5485364. OLE color: 5485364.
HSL color Cylindrical-coordinate representation of color #34B353: hue angle of 134.65º 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 #34B353 is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 52 | 179 | 83 | - |
| CMYK | 0.71 | 0 | 0.54 | 0.30 |
| HSL | 134.65º | 0.55% | 0.45% | - |
| HSV(B) | 134.65º | 0.71% | 0.7% | - |
| XYZ | 19.1 | 33.59 | 13.66 | - |
| YUV | 130.08 | 101.42 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 179 | 83 | 0.71 | 0 | 0.54 | 0.30 | 134.65 | 0.55 | 0.45 |
| Hex | 34 | B3 | 53 | 47 | 0 | 36 | 1E | 87 | 37 | 2D |
| Octal | 64 | 263 | 123 | 107 | 0 | 66 | 36 | 207 | 67 | 55 |
| Binary | 110100 | 10110011 | 1010011 | 1000111 | 0 | 110110 | 11110 | 10000111 | 110111 | 101101 |
Color Harmonies of #34B353
Complementary color
Monochromatic Colors of #34B353
Black with #34B353
Text Example
Text Example
White with #34B353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B353; }
p { color: rgb(52,179,83); }
H1.HeaderClassName
{
color: #34B353;
}
.AnyTagClassName
{
color: #34B353;
}
</style>
background-color css
<style>
a { background-color: #34B353; }
a { background-color: rgb(52,179,83); }
div.DivClassName
{
background-color: #34B353;
}
.BgClassName
{
background-color: #34B353;
}
</style>
border-color css
<style>
span { border-color: #34B353; }
span { border-color: rgb(52,179,83); }
td.TdClassName
{
border-color: #34B353;
}
.TagClassName
{
border-color: #34B353;
}
</style>