Shades of Chateau Green #3BA65F
Tints of Chateau Green #3BA65F
RGB
CMYK
RGB Variations
Color information
#3BA65F (or 0x3BA65F) is known color: Chateau Green. HEX triplet: 3B, A6 and 5F. RGB value is (59,166,95). Sum of RGB (Red+Green+Blue) = 59+166+95=320 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.44% from 320); Green value is 166 (65.23% from 255 or 51.88% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 166 - color contains mainly: green. Hex color #3BA65F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA65F is #C459A0. Grayscale: #7E7E7E. Windows color (decimal): -12868001 or 6268475. OLE color: 6268475.
HSL color Cylindrical-coordinate representation of color #3BA65F: hue angle of 140.19º 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 #3BA65F is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 166 | 95 | - |
| CMYK | 0.64 | 0 | 0.43 | 0.35 |
| HSL | 140.19º | 0.48% | 0.44% | - |
| HSV(B) | 140.19º | 0.64% | 0.65% | - |
| XYZ | 17.51 | 29.03 | 15.51 | - |
| YUV | 125.91 | 110.55 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 166 | 95 | 0.64 | 0 | 0.43 | 0.35 | 140.19 | 0.48 | 0.44 |
| Hex | 3B | A6 | 5F | 40 | 0 | 2B | 23 | 8C | 30 | 2C |
| Octal | 73 | 246 | 137 | 100 | 0 | 53 | 43 | 214 | 60 | 54 |
| Binary | 111011 | 10100110 | 1011111 | 1000000 | 0 | 101011 | 100011 | 10001100 | 110000 | 101100 |
Color Harmonies of #3BA65F
Complementary color
Monochromatic Colors of #3BA65F
Black with #3BA65F
Text Example
Text Example
White with #3BA65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA65F; }
p { color: rgb(59,166,95); }
H1.HeaderClassName
{
color: #3BA65F;
}
.AnyTagClassName
{
color: #3BA65F;
}
</style>
background-color css
<style>
a { background-color: #3BA65F; }
a { background-color: rgb(59,166,95); }
div.DivClassName
{
background-color: #3BA65F;
}
.BgClassName
{
background-color: #3BA65F;
}
</style>
border-color css
<style>
span { border-color: #3BA65F; }
span { border-color: rgb(59,166,95); }
td.TdClassName
{
border-color: #3BA65F;
}
.TagClassName
{
border-color: #3BA65F;
}
</style>