Shades of Chateau Green #3FA362
Tints of Chateau Green #3FA362
RGB
CMYK
RGB Variations
Color information
#3FA362 (or 0x3FA362) is known color: Chateau Green. HEX triplet: 3F, A3 and 62. RGB value is (63,163,98). Sum of RGB (Red+Green+Blue) = 63+163+98=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 163 (64.06% from 255 or 50.31% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 163 - color contains mainly: green. Hex color #3FA362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA362 is #C05C9D. Grayscale: #7D7D7D. Windows color (decimal): -12606622 or 6464319. OLE color: 6464319.
HSL color Cylindrical-coordinate representation of color #3FA362: hue angle of 141º 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 #3FA362 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 163 | 98 | - |
| CMYK | 0.61 | 0 | 0.40 | 0.36 |
| HSL | 141º | 0.44% | 0.44% | - |
| HSV(B) | 141º | 0.61% | 0.64% | - |
| XYZ | 17.35 | 28.13 | 16.07 | - |
| YUV | 125.69 | 112.37 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 163 | 98 | 0.61 | 0 | 0.40 | 0.36 | 141 | 0.44 | 0.44 |
| Hex | 3F | A3 | 62 | 3D | 0 | 28 | 24 | 8D | 2C | 2C |
| Octal | 77 | 243 | 142 | 75 | 0 | 50 | 44 | 215 | 54 | 54 |
| Binary | 111111 | 10100011 | 1100010 | 111101 | 0 | 101000 | 100100 | 10001101 | 101100 | 101100 |
Color Harmonies of #3FA362
Complementary color
Monochromatic Colors of #3FA362
Black with #3FA362
Text Example
Text Example
White with #3FA362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA362; }
p { color: rgb(63,163,98); }
H1.HeaderClassName
{
color: #3FA362;
}
.AnyTagClassName
{
color: #3FA362;
}
</style>
background-color css
<style>
a { background-color: #3FA362; }
a { background-color: rgb(63,163,98); }
div.DivClassName
{
background-color: #3FA362;
}
.BgClassName
{
background-color: #3FA362;
}
</style>
border-color css
<style>
span { border-color: #3FA362; }
span { border-color: rgb(63,163,98); }
td.TdClassName
{
border-color: #3FA362;
}
.TagClassName
{
border-color: #3FA362;
}
</style>