Shades of Chateau Green #3FA963
Tints of Chateau Green #3FA963
RGB
CMYK
RGB Variations
Color information
#3FA963 (or 0x3FA963) is known color: Chateau Green. HEX triplet: 3F, A9 and 63. RGB value is (63,169,99). Sum of RGB (Red+Green+Blue) = 63+169+99=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 169 (66.41% from 255 or 51.06% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 169 - color contains mainly: green. Hex color #3FA963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA963 is #C0569C. Grayscale: #818181. Windows color (decimal): -12605085 or 6531391. OLE color: 6531391.
HSL color Cylindrical-coordinate representation of color #3FA963: hue angle of 140.38º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FA963 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 63 | 169 | 99 | - |
| CMYK | 0.63 | 0 | 0.41 | 0.34 |
| HSL | 140.38º | 0.46% | 0.45% | - |
| HSV(B) | 140.38º | 0.63% | 0.66% | - |
| XYZ | 18.49 | 30.33 | 16.68 | - |
| YUV | 129.33 | 110.88 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 169 | 99 | 0.63 | 0 | 0.41 | 0.34 | 140.38 | 0.46 | 0.45 |
| Hex | 3F | A9 | 63 | 3F | 0 | 29 | 22 | 8C | 2E | 2D |
| Octal | 77 | 251 | 143 | 77 | 0 | 51 | 42 | 214 | 56 | 55 |
| Binary | 111111 | 10101001 | 1100011 | 111111 | 0 | 101001 | 100010 | 10001100 | 101110 | 101101 |
Color Harmonies of #3FA963
Complementary color
Monochromatic Colors of #3FA963
Black with #3FA963
Text Example
Text Example
White with #3FA963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA963; }
p { color: rgb(63,169,99); }
H1.HeaderClassName
{
color: #3FA963;
}
.AnyTagClassName
{
color: #3FA963;
}
</style>
background-color css
<style>
a { background-color: #3FA963; }
a { background-color: rgb(63,169,99); }
div.DivClassName
{
background-color: #3FA963;
}
.BgClassName
{
background-color: #3FA963;
}
</style>
border-color css
<style>
span { border-color: #3FA963; }
span { border-color: rgb(63,169,99); }
td.TdClassName
{
border-color: #3FA963;
}
.TagClassName
{
border-color: #3FA963;
}
</style>