Shades of Chateau Green #3FBA56
Tints of Chateau Green #3FBA56
RGB
CMYK
RGB Variations
Color information
#3FBA56 (or 0x3FBA56) is known color: Chateau Green. HEX triplet: 3F, BA and 56. RGB value is (63,186,86). Sum of RGB (Red+Green+Blue) = 63+186+86=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBA56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FBA56 is #C045A9. Grayscale: #8A8A8A. Windows color (decimal): -12600746 or 5683775. OLE color: 5683775.
HSL color Cylindrical-coordinate representation of color #3FBA56: hue angle of 131.22º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FBA56 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 186 | 86 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.27 |
| HSL | 131.22º | 0.49% | 0.49% | - |
| HSV(B) | 131.22º | 0.66% | 0.73% | - |
| XYZ | 21.29 | 36.85 | 14.79 | - |
| YUV | 137.82 | 98.75 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 186 | 86 | 0.66 | 0 | 0.54 | 0.27 | 131.22 | 0.49 | 0.49 |
| Hex | 3F | BA | 56 | 42 | 0 | 36 | 1B | 83 | 31 | 31 |
| Octal | 77 | 272 | 126 | 102 | 0 | 66 | 33 | 203 | 61 | 61 |
| Binary | 111111 | 10111010 | 1010110 | 1000010 | 0 | 110110 | 11011 | 10000011 | 110001 | 110001 |
Color Harmonies of #3FBA56
Complementary color
Monochromatic Colors of #3FBA56
Black with #3FBA56
Text Example
Text Example
White with #3FBA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBA56; }
p { color: rgb(63,186,86); }
H1.HeaderClassName
{
color: #3FBA56;
}
.AnyTagClassName
{
color: #3FBA56;
}
</style>
background-color css
<style>
a { background-color: #3FBA56; }
a { background-color: rgb(63,186,86); }
div.DivClassName
{
background-color: #3FBA56;
}
.BgClassName
{
background-color: #3FBA56;
}
</style>
border-color css
<style>
span { border-color: #3FBA56; }
span { border-color: rgb(63,186,86); }
td.TdClassName
{
border-color: #3FBA56;
}
.TagClassName
{
border-color: #3FBA56;
}
</style>