Shades of Chateau Green #3FA65C
Tints of Chateau Green #3FA65C
RGB
CMYK
RGB Variations
Color information
#3FA65C (or 0x3FA65C) is known color: Chateau Green. HEX triplet: 3F, A6 and 5C. RGB value is (63,166,92). Sum of RGB (Red+Green+Blue) = 63+166+92=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 166 (65.23% from 255 or 51.71% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 166 - color contains mainly: green. Hex color #3FA65C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA65C is #C059A3. Grayscale: #7E7E7E. Windows color (decimal): -12605860 or 6071871. OLE color: 6071871.
HSL color Cylindrical-coordinate representation of color #3FA65C: hue angle of 136.89º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA65C is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 166 | 92 | - |
| CMYK | 0.62 | 0 | 0.45 | 0.35 |
| HSL | 136.89º | 0.45% | 0.45% | - |
| HSV(B) | 136.89º | 0.62% | 0.65% | - |
| XYZ | 17.62 | 29.1 | 14.81 | - |
| YUV | 126.77 | 108.38 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 166 | 92 | 0.62 | 0 | 0.45 | 0.35 | 136.89 | 0.45 | 0.45 |
| Hex | 3F | A6 | 5C | 3E | 0 | 2D | 23 | 89 | 2D | 2D |
| Octal | 77 | 246 | 134 | 76 | 0 | 55 | 43 | 211 | 55 | 55 |
| Binary | 111111 | 10100110 | 1011100 | 111110 | 0 | 101101 | 100011 | 10001001 | 101101 | 101101 |
Color Harmonies of #3FA65C
Complementary color
Monochromatic Colors of #3FA65C
Black with #3FA65C
Text Example
Text Example
White with #3FA65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA65C; }
p { color: rgb(63,166,92); }
H1.HeaderClassName
{
color: #3FA65C;
}
.AnyTagClassName
{
color: #3FA65C;
}
</style>
background-color css
<style>
a { background-color: #3FA65C; }
a { background-color: rgb(63,166,92); }
div.DivClassName
{
background-color: #3FA65C;
}
.BgClassName
{
background-color: #3FA65C;
}
</style>
border-color css
<style>
span { border-color: #3FA65C; }
span { border-color: rgb(63,166,92); }
td.TdClassName
{
border-color: #3FA65C;
}
.TagClassName
{
border-color: #3FA65C;
}
</style>