Shades of Chateau Green #3F934D
Tints of Chateau Green #3F934D
RGB
CMYK
RGB Variations
Color information
#3F934D (or 0x3F934D) is known color: Chateau Green. HEX triplet: 3F, 93 and 4D. RGB value is (63,147,77). Sum of RGB (Red+Green+Blue) = 63+147+77=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 147 (57.81% from 255 or 51.22% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 147 - color contains mainly: green. Hex color #3F934D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F934D is #C06CB2. Grayscale: #727272. Windows color (decimal): -12610739 or 5083967. OLE color: 5083967.
HSL color Cylindrical-coordinate representation of color #3F934D: hue angle of 130º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F934D is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 147 | 77 | - |
| CMYK | 0.57 | 0 | 0.48 | 0.42 |
| HSL | 130º | 0.4% | 0.41% | - |
| HSV(B) | 130º | 0.57% | 0.58% | - |
| XYZ | 13.82 | 22.46 | 10.63 | - |
| YUV | 113.9 | 107.17 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 147 | 77 | 0.57 | 0 | 0.48 | 0.42 | 130 | 0.4 | 0.41 |
| Hex | 3F | 93 | 4D | 39 | 0 | 30 | 2A | 82 | 28 | 29 |
| Octal | 77 | 223 | 115 | 71 | 0 | 60 | 52 | 202 | 50 | 51 |
| Binary | 111111 | 10010011 | 1001101 | 111001 | 0 | 110000 | 101010 | 10000010 | 101000 | 101001 |
Color Harmonies of #3F934D
Complementary color
Monochromatic Colors of #3F934D
Black with #3F934D
Text Example
Text Example
White with #3F934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F934D; }
p { color: rgb(63,147,77); }
H1.HeaderClassName
{
color: #3F934D;
}
.AnyTagClassName
{
color: #3F934D;
}
</style>
background-color css
<style>
a { background-color: #3F934D; }
a { background-color: rgb(63,147,77); }
div.DivClassName
{
background-color: #3F934D;
}
.BgClassName
{
background-color: #3F934D;
}
</style>
border-color css
<style>
span { border-color: #3F934D; }
span { border-color: rgb(63,147,77); }
td.TdClassName
{
border-color: #3F934D;
}
.TagClassName
{
border-color: #3F934D;
}
</style>