Shades of Chateau Green #3F9255
Tints of Chateau Green #3F9255
RGB
CMYK
RGB Variations
Color information
#3F9255 (or 0x3F9255) is known color: Chateau Green. HEX triplet: 3F, 92 and 55. RGB value is (63,146,85). Sum of RGB (Red+Green+Blue) = 63+146+85=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 146 - color contains mainly: green. Hex color #3F9255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9255 is #C06DAA. Grayscale: #727272. Windows color (decimal): -12610987 or 5607999. OLE color: 5607999.
HSL color Cylindrical-coordinate representation of color #3F9255: hue angle of 135.9º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F9255 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 146 | 85 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.43 |
| HSL | 135.9º | 0.4% | 0.41% | - |
| HSV(B) | 135.9º | 0.57% | 0.57% | - |
| XYZ | 13.97 | 22.27 | 12.16 | - |
| YUV | 114.23 | 111.5 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 146 | 85 | 0.57 | 0 | 0.42 | 0.43 | 135.9 | 0.4 | 0.41 |
| Hex | 3F | 92 | 55 | 39 | 0 | 2A | 2B | 88 | 28 | 29 |
| Octal | 77 | 222 | 125 | 71 | 0 | 52 | 53 | 210 | 50 | 51 |
| Binary | 111111 | 10010010 | 1010101 | 111001 | 0 | 101010 | 101011 | 10001000 | 101000 | 101001 |
Color Harmonies of #3F9255
Complementary color
Monochromatic Colors of #3F9255
Black with #3F9255
Text Example
Text Example
White with #3F9255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9255; }
p { color: rgb(63,146,85); }
H1.HeaderClassName
{
color: #3F9255;
}
.AnyTagClassName
{
color: #3F9255;
}
</style>
background-color css
<style>
a { background-color: #3F9255; }
a { background-color: rgb(63,146,85); }
div.DivClassName
{
background-color: #3F9255;
}
.BgClassName
{
background-color: #3F9255;
}
</style>
border-color css
<style>
span { border-color: #3F9255; }
span { border-color: rgb(63,146,85); }
td.TdClassName
{
border-color: #3F9255;
}
.TagClassName
{
border-color: #3F9255;
}
</style>