Shades of Chateau Green #3F975A
Tints of Chateau Green #3F975A
RGB
CMYK
RGB Variations
Color information
#3F975A (or 0x3F975A) is known color: Chateau Green. HEX triplet: 3F, 97 and 5A. RGB value is (63,151,90). Sum of RGB (Red+Green+Blue) = 63+151+90=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 151 - color contains mainly: green. Hex color #3F975A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F975A is #C068A5. Grayscale: #757575. Windows color (decimal): -12609702 or 5936959. OLE color: 5936959.
HSL color Cylindrical-coordinate representation of color #3F975A: hue angle of 138.41º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F975A is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 151 | 90 | - |
| CMYK | 0.58 | 0 | 0.40 | 0.41 |
| HSL | 138.41º | 0.41% | 0.42% | - |
| HSV(B) | 138.41º | 0.58% | 0.59% | - |
| XYZ | 14.96 | 23.93 | 13.5 | - |
| YUV | 117.73 | 112.35 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 151 | 90 | 0.58 | 0 | 0.40 | 0.41 | 138.41 | 0.41 | 0.42 |
| Hex | 3F | 97 | 5A | 3A | 0 | 28 | 29 | 8A | 29 | 2A |
| Octal | 77 | 227 | 132 | 72 | 0 | 50 | 51 | 212 | 51 | 52 |
| Binary | 111111 | 10010111 | 1011010 | 111010 | 0 | 101000 | 101001 | 10001010 | 101001 | 101010 |
Color Harmonies of #3F975A
Complementary color
Monochromatic Colors of #3F975A
Black with #3F975A
Text Example
Text Example
White with #3F975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F975A; }
p { color: rgb(63,151,90); }
H1.HeaderClassName
{
color: #3F975A;
}
.AnyTagClassName
{
color: #3F975A;
}
</style>
background-color css
<style>
a { background-color: #3F975A; }
a { background-color: rgb(63,151,90); }
div.DivClassName
{
background-color: #3F975A;
}
.BgClassName
{
background-color: #3F975A;
}
</style>
border-color css
<style>
span { border-color: #3F975A; }
span { border-color: rgb(63,151,90); }
td.TdClassName
{
border-color: #3F975A;
}
.TagClassName
{
border-color: #3F975A;
}
</style>