Shades of Chateau Green #3BA060
Tints of Chateau Green #3BA060
RGB
CMYK
RGB Variations
Color information
#3BA060 (or 0x3BA060) is known color: Chateau Green. HEX triplet: 3B, A0 and 60. RGB value is (59,160,96). Sum of RGB (Red+Green+Blue) = 59+160+96=315 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.73% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #3BA060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA060 is #C45F9F. Grayscale: #7A7A7A. Windows color (decimal): -12869536 or 6332475. OLE color: 6332475.
HSL color Cylindrical-coordinate representation of color #3BA060: hue angle of 141.98º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3BA060 is Cyan = 0.63, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 59 | 160 | 96 | - |
| CMYK | 0.63 | 0 | 0.4 | 0.37 |
| HSL | 141.98º | 0.46% | 0.43% | - |
| HSV(B) | 141.98º | 0.63% | 0.63% | - |
| XYZ | 16.49 | 26.92 | 15.39 | - |
| YUV | 122.51 | 113.04 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 160 | 96 | 0.63 | 0 | 0.4 | 0.37 | 141.98 | 0.46 | 0.43 |
| Hex | 3B | A0 | 60 | 3F | 0 | 28 | 25 | 8E | 2E | 2B |
| Octal | 73 | 240 | 140 | 77 | 0 | 50 | 45 | 216 | 56 | 53 |
| Binary | 111011 | 10100000 | 1100000 | 111111 | 0 | 101000 | 100101 | 10001110 | 101110 | 101011 |
Color Harmonies of #3BA060
Complementary color
Monochromatic Colors of #3BA060
Black with #3BA060
Text Example
Text Example
White with #3BA060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA060; }
p { color: rgb(59,160,96); }
H1.HeaderClassName
{
color: #3BA060;
}
.AnyTagClassName
{
color: #3BA060;
}
</style>
background-color css
<style>
a { background-color: #3BA060; }
a { background-color: rgb(59,160,96); }
div.DivClassName
{
background-color: #3BA060;
}
.BgClassName
{
background-color: #3BA060;
}
</style>
border-color css
<style>
span { border-color: #3BA060; }
span { border-color: rgb(59,160,96); }
td.TdClassName
{
border-color: #3BA060;
}
.TagClassName
{
border-color: #3BA060;
}
</style>