Shades of Chateau Green #3BA65A
Tints of Chateau Green #3BA65A
RGB
CMYK
RGB Variations
Color information
#3BA65A (or 0x3BA65A) is known color: Chateau Green. HEX triplet: 3B, A6 and 5A. RGB value is (59,166,90). Sum of RGB (Red+Green+Blue) = 59+166+90=315 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.73% from 315); Green value is 166 (65.23% from 255 or 52.70% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 166 - color contains mainly: green. Hex color #3BA65A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA65A is #C459A5. Grayscale: #7D7D7D. Windows color (decimal): -12868006 or 5940795. OLE color: 5940795.
HSL color Cylindrical-coordinate representation of color #3BA65A: hue angle of 137.38º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA65A is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 166 | 90 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.35 |
| HSL | 137.38º | 0.48% | 0.44% | - |
| HSV(B) | 137.38º | 0.64% | 0.65% | - |
| XYZ | 17.29 | 28.94 | 14.35 | - |
| YUV | 125.34 | 108.05 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 166 | 90 | 0.64 | 0 | 0.46 | 0.35 | 137.38 | 0.48 | 0.44 |
| Hex | 3B | A6 | 5A | 40 | 0 | 2E | 23 | 89 | 30 | 2C |
| Octal | 73 | 246 | 132 | 100 | 0 | 56 | 43 | 211 | 60 | 54 |
| Binary | 111011 | 10100110 | 1011010 | 1000000 | 0 | 101110 | 100011 | 10001001 | 110000 | 101100 |
Color Harmonies of #3BA65A
Complementary color
Monochromatic Colors of #3BA65A
Black with #3BA65A
Text Example
Text Example
White with #3BA65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA65A; }
p { color: rgb(59,166,90); }
H1.HeaderClassName
{
color: #3BA65A;
}
.AnyTagClassName
{
color: #3BA65A;
}
</style>
background-color css
<style>
a { background-color: #3BA65A; }
a { background-color: rgb(59,166,90); }
div.DivClassName
{
background-color: #3BA65A;
}
.BgClassName
{
background-color: #3BA65A;
}
</style>
border-color css
<style>
span { border-color: #3BA65A; }
span { border-color: rgb(59,166,90); }
td.TdClassName
{
border-color: #3BA65A;
}
.TagClassName
{
border-color: #3BA65A;
}
</style>