Shades of Chateau Green #3F944B
Tints of Chateau Green #3F944B
RGB
CMYK
RGB Variations
Color information
#3F944B (or 0x3F944B) is known color: Chateau Green. HEX triplet: 3F, 94 and 4B. RGB value is (63,148,75). Sum of RGB (Red+Green+Blue) = 63+148+75=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #3F944B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F944B is #C06BB4. Grayscale: #727272. Windows color (decimal): -12610485 or 4953151. OLE color: 4953151.
HSL color Cylindrical-coordinate representation of color #3F944B: hue angle of 128.47º 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 #3F944B is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 148 | 75 | - |
| CMYK | 0.57 | 0 | 0.49 | 0.42 |
| HSL | 128.47º | 0.4% | 0.41% | - |
| HSV(B) | 128.47º | 0.57% | 0.58% | - |
| XYZ | 13.91 | 22.74 | 10.31 | - |
| YUV | 114.26 | 105.84 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 148 | 75 | 0.57 | 0 | 0.49 | 0.42 | 128.47 | 0.4 | 0.41 |
| Hex | 3F | 94 | 4B | 39 | 0 | 31 | 2A | 80 | 28 | 29 |
| Octal | 77 | 224 | 113 | 71 | 0 | 61 | 52 | 200 | 50 | 51 |
| Binary | 111111 | 10010100 | 1001011 | 111001 | 0 | 110001 | 101010 | 10000000 | 101000 | 101001 |
Color Harmonies of #3F944B
Complementary color
Monochromatic Colors of #3F944B
Black with #3F944B
Text Example
Text Example
White with #3F944B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F944B; }
p { color: rgb(63,148,75); }
H1.HeaderClassName
{
color: #3F944B;
}
.AnyTagClassName
{
color: #3F944B;
}
</style>
background-color css
<style>
a { background-color: #3F944B; }
a { background-color: rgb(63,148,75); }
div.DivClassName
{
background-color: #3F944B;
}
.BgClassName
{
background-color: #3F944B;
}
</style>
border-color css
<style>
span { border-color: #3F944B; }
span { border-color: rgb(63,148,75); }
td.TdClassName
{
border-color: #3F944B;
}
.TagClassName
{
border-color: #3F944B;
}
</style>