Shades of Chateau Green #3BAE5A
Tints of Chateau Green #3BAE5A
RGB
CMYK
RGB Variations
Color information
#3BAE5A (or 0x3BAE5A) is known color: Chateau Green. HEX triplet: 3B, AE and 5A. RGB value is (59,174,90). Sum of RGB (Red+Green+Blue) = 59+174+90=323 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.27% from 323); Green value is 174 (68.36% from 255 or 53.87% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAE5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAE5A is #C451A5. Grayscale: #828282. Windows color (decimal): -12865958 or 5942843. OLE color: 5942843.
HSL color Cylindrical-coordinate representation of color #3BAE5A: hue angle of 136.17º 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 #3BAE5A is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 174 | 90 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.32 |
| HSL | 136.17º | 0.49% | 0.46% | - |
| HSV(B) | 136.17º | 0.66% | 0.68% | - |
| XYZ | 18.79 | 31.94 | 14.85 | - |
| YUV | 130.04 | 105.4 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 90 | 0.66 | 0 | 0.48 | 0.32 | 136.17 | 0.49 | 0.46 |
| Hex | 3B | AE | 5A | 42 | 0 | 30 | 20 | 88 | 31 | 2E |
| Octal | 73 | 256 | 132 | 102 | 0 | 60 | 40 | 210 | 61 | 56 |
| Binary | 111011 | 10101110 | 1011010 | 1000010 | 0 | 110000 | 100000 | 10001000 | 110001 | 101110 |
Color Harmonies of #3BAE5A
Complementary color
Monochromatic Colors of #3BAE5A
Black with #3BAE5A
Text Example
Text Example
White with #3BAE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAE5A; }
p { color: rgb(59,174,90); }
H1.HeaderClassName
{
color: #3BAE5A;
}
.AnyTagClassName
{
color: #3BAE5A;
}
</style>
background-color css
<style>
a { background-color: #3BAE5A; }
a { background-color: rgb(59,174,90); }
div.DivClassName
{
background-color: #3BAE5A;
}
.BgClassName
{
background-color: #3BAE5A;
}
</style>
border-color css
<style>
span { border-color: #3BAE5A; }
span { border-color: rgb(59,174,90); }
td.TdClassName
{
border-color: #3BAE5A;
}
.TagClassName
{
border-color: #3BAE5A;
}
</style>