Shades of Chateau Green #3BAE52
Tints of Chateau Green #3BAE52
RGB
CMYK
RGB Variations
Color information
#3BAE52 (or 0x3BAE52) is known color: Chateau Green. HEX triplet: 3B, AE and 52. RGB value is (59,174,82). Sum of RGB (Red+Green+Blue) = 59+174+82=315 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.73% from 315); Green value is 174 (68.36% from 255 or 55.24% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAE52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAE52 is #C451AD. Grayscale: #818181. Windows color (decimal): -12865966 or 5418555. OLE color: 5418555.
HSL color Cylindrical-coordinate representation of color #3BAE52: hue angle of 132º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAE52 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 174 | 82 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.32 |
| HSL | 132º | 0.49% | 0.46% | - |
| HSV(B) | 132º | 0.66% | 0.68% | - |
| XYZ | 18.46 | 31.81 | 13.15 | - |
| YUV | 129.13 | 101.4 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 82 | 0.66 | 0 | 0.53 | 0.32 | 132 | 0.49 | 0.46 |
| Hex | 3B | AE | 52 | 42 | 0 | 35 | 20 | 84 | 31 | 2E |
| Octal | 73 | 256 | 122 | 102 | 0 | 65 | 40 | 204 | 61 | 56 |
| Binary | 111011 | 10101110 | 1010010 | 1000010 | 0 | 110101 | 100000 | 10000100 | 110001 | 101110 |
Color Harmonies of #3BAE52
Complementary color
Monochromatic Colors of #3BAE52
Black with #3BAE52
Text Example
Text Example
White with #3BAE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAE52; }
p { color: rgb(59,174,82); }
H1.HeaderClassName
{
color: #3BAE52;
}
.AnyTagClassName
{
color: #3BAE52;
}
</style>
background-color css
<style>
a { background-color: #3BAE52; }
a { background-color: rgb(59,174,82); }
div.DivClassName
{
background-color: #3BAE52;
}
.BgClassName
{
background-color: #3BAE52;
}
</style>
border-color css
<style>
span { border-color: #3BAE52; }
span { border-color: rgb(59,174,82); }
td.TdClassName
{
border-color: #3BAE52;
}
.TagClassName
{
border-color: #3BAE52;
}
</style>