Shades of Chateau Green #3BA65E
Tints of Chateau Green #3BA65E
RGB
CMYK
RGB Variations
Color information
#3BA65E (or 0x3BA65E) is known color: Chateau Green. HEX triplet: 3B, A6 and 5E. RGB value is (59,166,94). Sum of RGB (Red+Green+Blue) = 59+166+94=319 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.50% from 319); Green value is 166 (65.23% from 255 or 52.04% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 166 - color contains mainly: green. Hex color #3BA65E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA65E is #C459A1. Grayscale: #7D7D7D. Windows color (decimal): -12868002 or 6202939. OLE color: 6202939.
HSL color Cylindrical-coordinate representation of color #3BA65E: hue angle of 139.63º 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 #3BA65E is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 166 | 94 | - |
| CMYK | 0.64 | 0 | 0.43 | 0.35 |
| HSL | 139.63º | 0.48% | 0.44% | - |
| HSV(B) | 139.63º | 0.64% | 0.65% | - |
| XYZ | 17.46 | 29.01 | 15.27 | - |
| YUV | 125.8 | 110.05 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 166 | 94 | 0.64 | 0 | 0.43 | 0.35 | 139.63 | 0.48 | 0.44 |
| Hex | 3B | A6 | 5E | 40 | 0 | 2B | 23 | 8C | 30 | 2C |
| Octal | 73 | 246 | 136 | 100 | 0 | 53 | 43 | 214 | 60 | 54 |
| Binary | 111011 | 10100110 | 1011110 | 1000000 | 0 | 101011 | 100011 | 10001100 | 110000 | 101100 |
Color Harmonies of #3BA65E
Complementary color
Monochromatic Colors of #3BA65E
Black with #3BA65E
Text Example
Text Example
White with #3BA65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA65E; }
p { color: rgb(59,166,94); }
H1.HeaderClassName
{
color: #3BA65E;
}
.AnyTagClassName
{
color: #3BA65E;
}
</style>
background-color css
<style>
a { background-color: #3BA65E; }
a { background-color: rgb(59,166,94); }
div.DivClassName
{
background-color: #3BA65E;
}
.BgClassName
{
background-color: #3BA65E;
}
</style>
border-color css
<style>
span { border-color: #3BA65E; }
span { border-color: rgb(59,166,94); }
td.TdClassName
{
border-color: #3BA65E;
}
.TagClassName
{
border-color: #3BA65E;
}
</style>