Shades of Chateau Green #34BA4B
Tints of Chateau Green #34BA4B
RGB
CMYK
RGB Variations
Color information
#34BA4B (or 0x34BA4B) is known color: Chateau Green. HEX triplet: 34, BA and 4B. RGB value is (52,186,75). Sum of RGB (Red+Green+Blue) = 52+186+75=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BA4B is #CB45B4. Grayscale: #858585. Windows color (decimal): -13321653 or 4962868. OLE color: 4962868.
HSL color Cylindrical-coordinate representation of color #34BA4B: hue angle of 130.3º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BA4B is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 186 | 75 | - |
| CMYK | 0.72 | 0 | 0.60 | 0.27 |
| HSL | 130.3º | 0.56% | 0.47% | - |
| HSV(B) | 130.3º | 0.72% | 0.73% | - |
| XYZ | 20.25 | 36.36 | 12.61 | - |
| YUV | 133.28 | 95.11 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 186 | 75 | 0.72 | 0 | 0.60 | 0.27 | 130.3 | 0.56 | 0.47 |
| Hex | 34 | BA | 4B | 48 | 0 | 3C | 1B | 82 | 38 | 2F |
| Octal | 64 | 272 | 113 | 110 | 0 | 74 | 33 | 202 | 70 | 57 |
| Binary | 110100 | 10111010 | 1001011 | 1001000 | 0 | 111100 | 11011 | 10000010 | 111000 | 101111 |
Color Harmonies of #34BA4B
Complementary color
Monochromatic Colors of #34BA4B
Black with #34BA4B
Text Example
Text Example
White with #34BA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BA4B; }
p { color: rgb(52,186,75); }
H1.HeaderClassName
{
color: #34BA4B;
}
.AnyTagClassName
{
color: #34BA4B;
}
</style>
background-color css
<style>
a { background-color: #34BA4B; }
a { background-color: rgb(52,186,75); }
div.DivClassName
{
background-color: #34BA4B;
}
.BgClassName
{
background-color: #34BA4B;
}
</style>
border-color css
<style>
span { border-color: #34BA4B; }
span { border-color: rgb(52,186,75); }
td.TdClassName
{
border-color: #34BA4B;
}
.TagClassName
{
border-color: #34BA4B;
}
</style>