Shades of Chateau Green #3F955A
Tints of Chateau Green #3F955A
RGB
CMYK
RGB Variations
Color information
#3F955A (or 0x3F955A) is known color: Chateau Green. HEX triplet: 3F, 95 and 5A. RGB value is (63,149,90). Sum of RGB (Red+Green+Blue) = 63+149+90=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #3F955A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F955A is #C06AA5. Grayscale: #747474. Windows color (decimal): -12610214 or 5936447. OLE color: 5936447.
HSL color Cylindrical-coordinate representation of color #3F955A: hue angle of 138.84º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F955A is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 149 | 90 | - |
| CMYK | 0.58 | 0 | 0.40 | 0.42 |
| HSL | 138.84º | 0.41% | 0.42% | - |
| HSV(B) | 138.84º | 0.58% | 0.58% | - |
| XYZ | 14.64 | 23.29 | 13.4 | - |
| YUV | 116.56 | 113.01 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 149 | 90 | 0.58 | 0 | 0.40 | 0.42 | 138.84 | 0.41 | 0.42 |
| Hex | 3F | 95 | 5A | 3A | 0 | 28 | 2A | 8B | 29 | 2A |
| Octal | 77 | 225 | 132 | 72 | 0 | 50 | 52 | 213 | 51 | 52 |
| Binary | 111111 | 10010101 | 1011010 | 111010 | 0 | 101000 | 101010 | 10001011 | 101001 | 101010 |
Color Harmonies of #3F955A
Complementary color
Monochromatic Colors of #3F955A
Black with #3F955A
Text Example
Text Example
White with #3F955A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F955A; }
p { color: rgb(63,149,90); }
H1.HeaderClassName
{
color: #3F955A;
}
.AnyTagClassName
{
color: #3F955A;
}
</style>
background-color css
<style>
a { background-color: #3F955A; }
a { background-color: rgb(63,149,90); }
div.DivClassName
{
background-color: #3F955A;
}
.BgClassName
{
background-color: #3F955A;
}
</style>
border-color css
<style>
span { border-color: #3F955A; }
span { border-color: rgb(63,149,90); }
td.TdClassName
{
border-color: #3F955A;
}
.TagClassName
{
border-color: #3F955A;
}
</style>