Shades of Chateau Green #3FA263
Tints of Chateau Green #3FA263
RGB
CMYK
RGB Variations
Color information
#3FA263 (or 0x3FA263) is known color: Chateau Green. HEX triplet: 3F, A2 and 63. RGB value is (63,162,99). Sum of RGB (Red+Green+Blue) = 63+162+99=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #3FA263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA263 is #C05D9C. Grayscale: #7D7D7D. Windows color (decimal): -12606877 or 6529599. OLE color: 6529599.
HSL color Cylindrical-coordinate representation of color #3FA263: hue angle of 141.82º 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 #3FA263 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 162 | 99 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.36 |
| HSL | 141.82º | 0.44% | 0.44% | - |
| HSV(B) | 141.82º | 0.61% | 0.64% | - |
| XYZ | 17.22 | 27.8 | 16.26 | - |
| YUV | 125.22 | 113.2 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 162 | 99 | 0.61 | 0 | 0.39 | 0.36 | 141.82 | 0.44 | 0.44 |
| Hex | 3F | A2 | 63 | 3D | 0 | 27 | 24 | 8E | 2C | 2C |
| Octal | 77 | 242 | 143 | 75 | 0 | 47 | 44 | 216 | 54 | 54 |
| Binary | 111111 | 10100010 | 1100011 | 111101 | 0 | 100111 | 100100 | 10001110 | 101100 | 101100 |
Color Harmonies of #3FA263
Complementary color
Monochromatic Colors of #3FA263
Black with #3FA263
Text Example
Text Example
White with #3FA263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA263; }
p { color: rgb(63,162,99); }
H1.HeaderClassName
{
color: #3FA263;
}
.AnyTagClassName
{
color: #3FA263;
}
</style>
background-color css
<style>
a { background-color: #3FA263; }
a { background-color: rgb(63,162,99); }
div.DivClassName
{
background-color: #3FA263;
}
.BgClassName
{
background-color: #3FA263;
}
</style>
border-color css
<style>
span { border-color: #3FA263; }
span { border-color: rgb(63,162,99); }
td.TdClassName
{
border-color: #3FA263;
}
.TagClassName
{
border-color: #3FA263;
}
</style>