Shades of Chateau Green #3BAA5E
Tints of Chateau Green #3BAA5E
RGB
CMYK
RGB Variations
Color information
#3BAA5E (or 0x3BAA5E) is known color: Chateau Green. HEX triplet: 3B, AA and 5E. RGB value is (59,170,94). Sum of RGB (Red+Green+Blue) = 59+170+94=323 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.27% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #3BAA5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAA5E is #C455A1. Grayscale: #808080. Windows color (decimal): -12866978 or 6203963. OLE color: 6203963.
HSL color Cylindrical-coordinate representation of color #3BAA5E: hue angle of 138.92º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BAA5E is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 170 | 94 | - |
| CMYK | 0.65 | 0 | 0.45 | 0.33 |
| HSL | 138.92º | 0.48% | 0.45% | - |
| HSV(B) | 138.92º | 0.65% | 0.67% | - |
| XYZ | 18.2 | 30.49 | 15.52 | - |
| YUV | 128.15 | 108.73 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 170 | 94 | 0.65 | 0 | 0.45 | 0.33 | 138.92 | 0.48 | 0.45 |
| Hex | 3B | AA | 5E | 41 | 0 | 2D | 21 | 8B | 30 | 2D |
| Octal | 73 | 252 | 136 | 101 | 0 | 55 | 41 | 213 | 60 | 55 |
| Binary | 111011 | 10101010 | 1011110 | 1000001 | 0 | 101101 | 100001 | 10001011 | 110000 | 101101 |
Color Harmonies of #3BAA5E
Complementary color
Monochromatic Colors of #3BAA5E
Black with #3BAA5E
Text Example
Text Example
White with #3BAA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAA5E; }
p { color: rgb(59,170,94); }
H1.HeaderClassName
{
color: #3BAA5E;
}
.AnyTagClassName
{
color: #3BAA5E;
}
</style>
background-color css
<style>
a { background-color: #3BAA5E; }
a { background-color: rgb(59,170,94); }
div.DivClassName
{
background-color: #3BAA5E;
}
.BgClassName
{
background-color: #3BAA5E;
}
</style>
border-color css
<style>
span { border-color: #3BAA5E; }
span { border-color: rgb(59,170,94); }
td.TdClassName
{
border-color: #3BAA5E;
}
.TagClassName
{
border-color: #3BAA5E;
}
</style>