Shades of Chateau Green #3BA259
Tints of Chateau Green #3BA259
RGB
CMYK
RGB Variations
Color information
#3BA259 (or 0x3BA259) is known color: Chateau Green. HEX triplet: 3B, A2 and 59. RGB value is (59,162,89). Sum of RGB (Red+Green+Blue) = 59+162+89=310 (41% of max value = 765). Red value is 59 (23.44% from 255 or 19.03% from 310); Green value is 162 (63.67% from 255 or 52.26% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 162 - color contains mainly: green. Hex color #3BA259 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA259 is #C45DA6. Grayscale: #7B7B7B. Windows color (decimal): -12869031 or 5874235. OLE color: 5874235.
HSL color Cylindrical-coordinate representation of color #3BA259: hue angle of 137.48º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA259 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 162 | 89 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.36 |
| HSL | 137.48º | 0.47% | 0.43% | - |
| HSV(B) | 137.48º | 0.64% | 0.64% | - |
| XYZ | 16.53 | 27.49 | 13.89 | - |
| YUV | 122.88 | 108.88 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 162 | 89 | 0.64 | 0 | 0.45 | 0.36 | 137.48 | 0.47 | 0.43 |
| Hex | 3B | A2 | 59 | 40 | 0 | 2D | 24 | 89 | 2F | 2B |
| Octal | 73 | 242 | 131 | 100 | 0 | 55 | 44 | 211 | 57 | 53 |
| Binary | 111011 | 10100010 | 1011001 | 1000000 | 0 | 101101 | 100100 | 10001001 | 101111 | 101011 |
Color Harmonies of #3BA259
Complementary color
Monochromatic Colors of #3BA259
Black with #3BA259
Text Example
Text Example
White with #3BA259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA259; }
p { color: rgb(59,162,89); }
H1.HeaderClassName
{
color: #3BA259;
}
.AnyTagClassName
{
color: #3BA259;
}
</style>
background-color css
<style>
a { background-color: #3BA259; }
a { background-color: rgb(59,162,89); }
div.DivClassName
{
background-color: #3BA259;
}
.BgClassName
{
background-color: #3BA259;
}
</style>
border-color css
<style>
span { border-color: #3BA259; }
span { border-color: rgb(59,162,89); }
td.TdClassName
{
border-color: #3BA259;
}
.TagClassName
{
border-color: #3BA259;
}
</style>