Shades of Chateau Green #3FA350
Tints of Chateau Green #3FA350
RGB
CMYK
RGB Variations
Color information
#3FA350 (or 0x3FA350) is known color: Chateau Green. HEX triplet: 3F, A3 and 50. RGB value is (63,163,80). Sum of RGB (Red+Green+Blue) = 63+163+80=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 163 (64.06% from 255 or 53.27% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 163 - color contains mainly: green. Hex color #3FA350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA350 is #C05CAF. Grayscale: #7B7B7B. Windows color (decimal): -12606640 or 5284671. OLE color: 5284671.
HSL color Cylindrical-coordinate representation of color #3FA350: hue angle of 130.2º 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 #3FA350 is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 163 | 80 | - |
| CMYK | 0.61 | 0 | 0.51 | 0.36 |
| HSL | 130.2º | 0.44% | 0.44% | - |
| HSV(B) | 130.2º | 0.61% | 0.64% | - |
| XYZ | 16.6 | 27.83 | 12.09 | - |
| YUV | 123.64 | 103.37 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 163 | 80 | 0.61 | 0 | 0.51 | 0.36 | 130.2 | 0.44 | 0.44 |
| Hex | 3F | A3 | 50 | 3D | 0 | 33 | 24 | 82 | 2C | 2C |
| Octal | 77 | 243 | 120 | 75 | 0 | 63 | 44 | 202 | 54 | 54 |
| Binary | 111111 | 10100011 | 1010000 | 111101 | 0 | 110011 | 100100 | 10000010 | 101100 | 101100 |
Color Harmonies of #3FA350
Complementary color
Monochromatic Colors of #3FA350
Black with #3FA350
Text Example
Text Example
White with #3FA350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA350; }
p { color: rgb(63,163,80); }
H1.HeaderClassName
{
color: #3FA350;
}
.AnyTagClassName
{
color: #3FA350;
}
</style>
background-color css
<style>
a { background-color: #3FA350; }
a { background-color: rgb(63,163,80); }
div.DivClassName
{
background-color: #3FA350;
}
.BgClassName
{
background-color: #3FA350;
}
</style>
border-color css
<style>
span { border-color: #3FA350; }
span { border-color: rgb(63,163,80); }
td.TdClassName
{
border-color: #3FA350;
}
.TagClassName
{
border-color: #3FA350;
}
</style>