Shades of Chateau Green #3BAA4D
Tints of Chateau Green #3BAA4D
RGB
CMYK
RGB Variations
Color information
#3BAA4D (or 0x3BAA4D) is known color: Chateau Green. HEX triplet: 3B, AA and 4D. RGB value is (59,170,77). Sum of RGB (Red+Green+Blue) = 59+170+77=306 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.28% from 306); Green value is 170 (66.80% from 255 or 55.56% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 170 - color contains mainly: green. Hex color #3BAA4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAA4D is #C455B2. Grayscale: #7E7E7E. Windows color (decimal): -12866995 or 5089851. OLE color: 5089851.
HSL color Cylindrical-coordinate representation of color #3BAA4D: hue angle of 129.73º 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 #3BAA4D is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 170 | 77 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.33 |
| HSL | 129.73º | 0.48% | 0.45% | - |
| HSV(B) | 129.73º | 0.65% | 0.67% | - |
| XYZ | 17.52 | 30.22 | 11.93 | - |
| YUV | 126.21 | 100.23 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 170 | 77 | 0.65 | 0 | 0.55 | 0.33 | 129.73 | 0.48 | 0.45 |
| Hex | 3B | AA | 4D | 41 | 0 | 37 | 21 | 82 | 30 | 2D |
| Octal | 73 | 252 | 115 | 101 | 0 | 67 | 41 | 202 | 60 | 55 |
| Binary | 111011 | 10101010 | 1001101 | 1000001 | 0 | 110111 | 100001 | 10000010 | 110000 | 101101 |
Color Harmonies of #3BAA4D
Complementary color
Monochromatic Colors of #3BAA4D
Black with #3BAA4D
Text Example
Text Example
White with #3BAA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAA4D; }
p { color: rgb(59,170,77); }
H1.HeaderClassName
{
color: #3BAA4D;
}
.AnyTagClassName
{
color: #3BAA4D;
}
</style>
background-color css
<style>
a { background-color: #3BAA4D; }
a { background-color: rgb(59,170,77); }
div.DivClassName
{
background-color: #3BAA4D;
}
.BgClassName
{
background-color: #3BAA4D;
}
</style>
border-color css
<style>
span { border-color: #3BAA4D; }
span { border-color: rgb(59,170,77); }
td.TdClassName
{
border-color: #3BAA4D;
}
.TagClassName
{
border-color: #3BAA4D;
}
</style>