Shades of Chateau Green #34C353
Tints of Chateau Green #34C353
RGB
CMYK
RGB Variations
Color information
#34C353 (or 0x34C353) is known color: Chateau Green. HEX triplet: 34, C3 and 53. RGB value is (52,195,83). Sum of RGB (Red+Green+Blue) = 52+195+83=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 195 (76.56% from 255 or 59.09% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 195 - color contains mainly: green. Hex color #34C353 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34C353 is #CB3CAC. Grayscale: #8B8B8B. Windows color (decimal): -13319341 or 5489460. OLE color: 5489460.
HSL color Cylindrical-coordinate representation of color #34C353: hue angle of 133.01º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C353 is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 195 | 83 | - |
| CMYK | 0.73 | 0 | 0.57 | 0.24 |
| HSL | 133.01º | 0.58% | 0.48% | - |
| HSV(B) | 133.01º | 0.73% | 0.76% | - |
| XYZ | 22.49 | 40.38 | 14.79 | - |
| YUV | 139.48 | 96.12 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 195 | 83 | 0.73 | 0 | 0.57 | 0.24 | 133.01 | 0.58 | 0.48 |
| Hex | 34 | C3 | 53 | 49 | 0 | 39 | 18 | 85 | 3A | 30 |
| Octal | 64 | 303 | 123 | 111 | 0 | 71 | 30 | 205 | 72 | 60 |
| Binary | 110100 | 11000011 | 1010011 | 1001001 | 0 | 111001 | 11000 | 10000101 | 111010 | 110000 |
Color Harmonies of #34C353
Complementary color
Monochromatic Colors of #34C353
Black with #34C353
Text Example
Text Example
White with #34C353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C353; }
p { color: rgb(52,195,83); }
H1.HeaderClassName
{
color: #34C353;
}
.AnyTagClassName
{
color: #34C353;
}
</style>
background-color css
<style>
a { background-color: #34C353; }
a { background-color: rgb(52,195,83); }
div.DivClassName
{
background-color: #34C353;
}
.BgClassName
{
background-color: #34C353;
}
</style>
border-color css
<style>
span { border-color: #34C353; }
span { border-color: rgb(52,195,83); }
td.TdClassName
{
border-color: #34C353;
}
.TagClassName
{
border-color: #34C353;
}
</style>