Shades of Chateau Green #3F945B
Tints of Chateau Green #3F945B
RGB
CMYK
RGB Variations
Color information
#3F945B (or 0x3F945B) is known color: Chateau Green. HEX triplet: 3F, 94 and 5B. RGB value is (63,148,91). Sum of RGB (Red+Green+Blue) = 63+148+91=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #3F945B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F945B is #C06BA4. Grayscale: #747474. Windows color (decimal): -12610469 or 6001727. OLE color: 6001727.
HSL color Cylindrical-coordinate representation of color #3F945B: hue angle of 139.76º 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 #3F945B is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 148 | 91 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.42 |
| HSL | 139.76º | 0.4% | 0.41% | - |
| HSV(B) | 139.76º | 0.57% | 0.58% | - |
| XYZ | 14.53 | 22.99 | 13.57 | - |
| YUV | 116.09 | 113.84 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 148 | 91 | 0.57 | 0 | 0.39 | 0.42 | 139.76 | 0.4 | 0.41 |
| Hex | 3F | 94 | 5B | 39 | 0 | 27 | 2A | 8C | 28 | 29 |
| Octal | 77 | 224 | 133 | 71 | 0 | 47 | 52 | 214 | 50 | 51 |
| Binary | 111111 | 10010100 | 1011011 | 111001 | 0 | 100111 | 101010 | 10001100 | 101000 | 101001 |
Color Harmonies of #3F945B
Complementary color
Monochromatic Colors of #3F945B
Black with #3F945B
Text Example
Text Example
White with #3F945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F945B; }
p { color: rgb(63,148,91); }
H1.HeaderClassName
{
color: #3F945B;
}
.AnyTagClassName
{
color: #3F945B;
}
</style>
background-color css
<style>
a { background-color: #3F945B; }
a { background-color: rgb(63,148,91); }
div.DivClassName
{
background-color: #3F945B;
}
.BgClassName
{
background-color: #3F945B;
}
</style>
border-color css
<style>
span { border-color: #3F945B; }
span { border-color: rgb(63,148,91); }
td.TdClassName
{
border-color: #3F945B;
}
.TagClassName
{
border-color: #3F945B;
}
</style>