Shades of Chateau Green #3FA256
Tints of Chateau Green #3FA256
RGB
CMYK
RGB Variations
Color information
#3FA256 (or 0x3FA256) is known color: Chateau Green. HEX triplet: 3F, A2 and 56. RGB value is (63,162,86). Sum of RGB (Red+Green+Blue) = 63+162+86=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 162 (63.67% from 255 or 52.09% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 162 - color contains mainly: green. Hex color #3FA256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA256 is #C05DA9. Grayscale: #7B7B7B. Windows color (decimal): -12606890 or 5677631. OLE color: 5677631.
HSL color Cylindrical-coordinate representation of color #3FA256: hue angle of 133.94º 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 #3FA256 is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 162 | 86 | - |
| CMYK | 0.61 | 0 | 0.47 | 0.36 |
| HSL | 133.94º | 0.44% | 0.44% | - |
| HSV(B) | 133.94º | 0.61% | 0.64% | - |
| XYZ | 16.65 | 27.57 | 13.25 | - |
| YUV | 123.74 | 106.7 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 162 | 86 | 0.61 | 0 | 0.47 | 0.36 | 133.94 | 0.44 | 0.44 |
| Hex | 3F | A2 | 56 | 3D | 0 | 2F | 24 | 86 | 2C | 2C |
| Octal | 77 | 242 | 126 | 75 | 0 | 57 | 44 | 206 | 54 | 54 |
| Binary | 111111 | 10100010 | 1010110 | 111101 | 0 | 101111 | 100100 | 10000110 | 101100 | 101100 |
Color Harmonies of #3FA256
Complementary color
Monochromatic Colors of #3FA256
Black with #3FA256
Text Example
Text Example
White with #3FA256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA256; }
p { color: rgb(63,162,86); }
H1.HeaderClassName
{
color: #3FA256;
}
.AnyTagClassName
{
color: #3FA256;
}
</style>
background-color css
<style>
a { background-color: #3FA256; }
a { background-color: rgb(63,162,86); }
div.DivClassName
{
background-color: #3FA256;
}
.BgClassName
{
background-color: #3FA256;
}
</style>
border-color css
<style>
span { border-color: #3FA256; }
span { border-color: rgb(63,162,86); }
td.TdClassName
{
border-color: #3FA256;
}
.TagClassName
{
border-color: #3FA256;
}
</style>