Shades of Chateau Green #3BAE5E
Tints of Chateau Green #3BAE5E
RGB
CMYK
RGB Variations
Color information
#3BAE5E (or 0x3BAE5E) is known color: Chateau Green. HEX triplet: 3B, AE and 5E. RGB value is (59,174,94). Sum of RGB (Red+Green+Blue) = 59+174+94=327 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.04% from 327); Green value is 174 (68.36% from 255 or 53.21% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAE5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAE5E is #C451A1. Grayscale: #828282. Windows color (decimal): -12865954 or 6204987. OLE color: 6204987.
HSL color Cylindrical-coordinate representation of color #3BAE5E: hue angle of 138.26º 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 #3BAE5E is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 174 | 94 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.32 |
| HSL | 138.26º | 0.49% | 0.46% | - |
| HSV(B) | 138.26º | 0.66% | 0.68% | - |
| XYZ | 18.96 | 32.01 | 15.77 | - |
| YUV | 130.5 | 107.4 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 94 | 0.66 | 0 | 0.46 | 0.32 | 138.26 | 0.49 | 0.46 |
| Hex | 3B | AE | 5E | 42 | 0 | 2E | 20 | 8A | 31 | 2E |
| Octal | 73 | 256 | 136 | 102 | 0 | 56 | 40 | 212 | 61 | 56 |
| Binary | 111011 | 10101110 | 1011110 | 1000010 | 0 | 101110 | 100000 | 10001010 | 110001 | 101110 |
Color Harmonies of #3BAE5E
Complementary color
Monochromatic Colors of #3BAE5E
Black with #3BAE5E
Text Example
Text Example
White with #3BAE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAE5E; }
p { color: rgb(59,174,94); }
H1.HeaderClassName
{
color: #3BAE5E;
}
.AnyTagClassName
{
color: #3BAE5E;
}
</style>
background-color css
<style>
a { background-color: #3BAE5E; }
a { background-color: rgb(59,174,94); }
div.DivClassName
{
background-color: #3BAE5E;
}
.BgClassName
{
background-color: #3BAE5E;
}
</style>
border-color css
<style>
span { border-color: #3BAE5E; }
span { border-color: rgb(59,174,94); }
td.TdClassName
{
border-color: #3BAE5E;
}
.TagClassName
{
border-color: #3BAE5E;
}
</style>