Shades of Chateau Green #3FA95C
Tints of Chateau Green #3FA95C
RGB
CMYK
RGB Variations
Color information
#3FA95C (or 0x3FA95C) is known color: Chateau Green. HEX triplet: 3F, A9 and 5C. RGB value is (63,169,92). Sum of RGB (Red+Green+Blue) = 63+169+92=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 169 (66.41% from 255 or 52.16% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 169 - color contains mainly: green. Hex color #3FA95C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA95C is #C056A3. Grayscale: #808080. Windows color (decimal): -12605092 or 6072639. OLE color: 6072639.
HSL color Cylindrical-coordinate representation of color #3FA95C: hue angle of 136.42º 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 #3FA95C is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 63 | 169 | 92 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.34 |
| HSL | 136.42º | 0.46% | 0.45% | - |
| HSV(B) | 136.42º | 0.63% | 0.66% | - |
| XYZ | 18.17 | 30.21 | 15 | - |
| YUV | 128.53 | 107.38 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 169 | 92 | 0.63 | 0 | 0.46 | 0.34 | 136.42 | 0.46 | 0.45 |
| Hex | 3F | A9 | 5C | 3F | 0 | 2E | 22 | 88 | 2E | 2D |
| Octal | 77 | 251 | 134 | 77 | 0 | 56 | 42 | 210 | 56 | 55 |
| Binary | 111111 | 10101001 | 1011100 | 111111 | 0 | 101110 | 100010 | 10001000 | 101110 | 101101 |
Color Harmonies of #3FA95C
Complementary color
Monochromatic Colors of #3FA95C
Black with #3FA95C
Text Example
Text Example
White with #3FA95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA95C; }
p { color: rgb(63,169,92); }
H1.HeaderClassName
{
color: #3FA95C;
}
.AnyTagClassName
{
color: #3FA95C;
}
</style>
background-color css
<style>
a { background-color: #3FA95C; }
a { background-color: rgb(63,169,92); }
div.DivClassName
{
background-color: #3FA95C;
}
.BgClassName
{
background-color: #3FA95C;
}
</style>
border-color css
<style>
span { border-color: #3FA95C; }
span { border-color: rgb(63,169,92); }
td.TdClassName
{
border-color: #3FA95C;
}
.TagClassName
{
border-color: #3FA95C;
}
</style>