Shades of Chateau Green #3FA356
Tints of Chateau Green #3FA356
RGB
CMYK
RGB Variations
Color information
#3FA356 (or 0x3FA356) is known color: Chateau Green. HEX triplet: 3F, A3 and 56. RGB value is (63,163,86). Sum of RGB (Red+Green+Blue) = 63+163+86=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 163 (64.06% from 255 or 52.24% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 163 - color contains mainly: green. Hex color #3FA356 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA356 is #C05CA9. Grayscale: #7C7C7C. Windows color (decimal): -12606634 or 5677887. OLE color: 5677887.
HSL color Cylindrical-coordinate representation of color #3FA356: hue angle of 133.8º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA356 is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 163 | 86 | - |
| CMYK | 0.61 | 0 | 0.47 | 0.36 |
| HSL | 133.8º | 0.44% | 0.44% | - |
| HSV(B) | 133.8º | 0.61% | 0.64% | - |
| XYZ | 16.83 | 27.92 | 13.31 | - |
| YUV | 124.32 | 106.37 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 163 | 86 | 0.61 | 0 | 0.47 | 0.36 | 133.8 | 0.44 | 0.44 |
| Hex | 3F | A3 | 56 | 3D | 0 | 2F | 24 | 86 | 2C | 2C |
| Octal | 77 | 243 | 126 | 75 | 0 | 57 | 44 | 206 | 54 | 54 |
| Binary | 111111 | 10100011 | 1010110 | 111101 | 0 | 101111 | 100100 | 10000110 | 101100 | 101100 |
Color Harmonies of #3FA356
Complementary color
Monochromatic Colors of #3FA356
Black with #3FA356
Text Example
Text Example
White with #3FA356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA356; }
p { color: rgb(63,163,86); }
H1.HeaderClassName
{
color: #3FA356;
}
.AnyTagClassName
{
color: #3FA356;
}
</style>
background-color css
<style>
a { background-color: #3FA356; }
a { background-color: rgb(63,163,86); }
div.DivClassName
{
background-color: #3FA356;
}
.BgClassName
{
background-color: #3FA356;
}
</style>
border-color css
<style>
span { border-color: #3FA356; }
span { border-color: rgb(63,163,86); }
td.TdClassName
{
border-color: #3FA356;
}
.TagClassName
{
border-color: #3FA356;
}
</style>