Shades of Chateau Green #3FBA5A
Tints of Chateau Green #3FBA5A
RGB
CMYK
RGB Variations
Color information
#3FBA5A (or 0x3FBA5A) is known color: Chateau Green. HEX triplet: 3F, BA and 5A. RGB value is (63,186,90). Sum of RGB (Red+Green+Blue) = 63+186+90=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBA5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FBA5A is #C045A5. Grayscale: #8A8A8A. Windows color (decimal): -12600742 or 5945919. OLE color: 5945919.
HSL color Cylindrical-coordinate representation of color #3FBA5A: hue angle of 133.17º 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 #3FBA5A is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 186 | 90 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.27 |
| HSL | 133.17º | 0.49% | 0.49% | - |
| HSV(B) | 133.17º | 0.66% | 0.73% | - |
| XYZ | 21.45 | 36.91 | 15.67 | - |
| YUV | 138.28 | 100.75 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 186 | 90 | 0.66 | 0 | 0.52 | 0.27 | 133.17 | 0.49 | 0.49 |
| Hex | 3F | BA | 5A | 42 | 0 | 34 | 1B | 85 | 31 | 31 |
| Octal | 77 | 272 | 132 | 102 | 0 | 64 | 33 | 205 | 61 | 61 |
| Binary | 111111 | 10111010 | 1011010 | 1000010 | 0 | 110100 | 11011 | 10000101 | 110001 | 110001 |
Color Harmonies of #3FBA5A
Complementary color
Monochromatic Colors of #3FBA5A
Black with #3FBA5A
Text Example
Text Example
White with #3FBA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBA5A; }
p { color: rgb(63,186,90); }
H1.HeaderClassName
{
color: #3FBA5A;
}
.AnyTagClassName
{
color: #3FBA5A;
}
</style>
background-color css
<style>
a { background-color: #3FBA5A; }
a { background-color: rgb(63,186,90); }
div.DivClassName
{
background-color: #3FBA5A;
}
.BgClassName
{
background-color: #3FBA5A;
}
</style>
border-color css
<style>
span { border-color: #3FBA5A; }
span { border-color: rgb(63,186,90); }
td.TdClassName
{
border-color: #3FBA5A;
}
.TagClassName
{
border-color: #3FBA5A;
}
</style>