Shades of Chateau Green #34B24A
Tints of Chateau Green #34B24A
RGB
CMYK
RGB Variations
Color information
#34B24A (or 0x34B24A) is known color: Chateau Green. HEX triplet: 34, B2 and 4A. RGB value is (52,178,74). Sum of RGB (Red+Green+Blue) = 52+178+74=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 178 (69.92% from 255 or 58.55% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 178 - color contains mainly: green. Hex color #34B24A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34B24A is #CB4DB5. Grayscale: #808080. Windows color (decimal): -13323702 or 4895284. OLE color: 4895284.
HSL color Cylindrical-coordinate representation of color #34B24A: hue angle of 130.48º 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 #34B24A is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 52 | 178 | 74 | - |
| CMYK | 0.71 | 0 | 0.58 | 0.30 |
| HSL | 130.48º | 0.55% | 0.45% | - |
| HSV(B) | 130.48º | 0.71% | 0.7% | - |
| XYZ | 18.57 | 33.07 | 11.88 | - |
| YUV | 128.47 | 97.26 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 178 | 74 | 0.71 | 0 | 0.58 | 0.30 | 130.48 | 0.55 | 0.45 |
| Hex | 34 | B2 | 4A | 47 | 0 | 3A | 1E | 82 | 37 | 2D |
| Octal | 64 | 262 | 112 | 107 | 0 | 72 | 36 | 202 | 67 | 55 |
| Binary | 110100 | 10110010 | 1001010 | 1000111 | 0 | 111010 | 11110 | 10000010 | 110111 | 101101 |
Color Harmonies of #34B24A
Complementary color
Monochromatic Colors of #34B24A
Black with #34B24A
Text Example
Text Example
White with #34B24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B24A; }
p { color: rgb(52,178,74); }
H1.HeaderClassName
{
color: #34B24A;
}
.AnyTagClassName
{
color: #34B24A;
}
</style>
background-color css
<style>
a { background-color: #34B24A; }
a { background-color: rgb(52,178,74); }
div.DivClassName
{
background-color: #34B24A;
}
.BgClassName
{
background-color: #34B24A;
}
</style>
border-color css
<style>
span { border-color: #34B24A; }
span { border-color: rgb(52,178,74); }
td.TdClassName
{
border-color: #34B24A;
}
.TagClassName
{
border-color: #34B24A;
}
</style>