Shades of Chateau Green #3F945A
Tints of Chateau Green #3F945A
RGB
CMYK
RGB Variations
Color information
#3F945A (or 0x3F945A) is known color: Chateau Green. HEX triplet: 3F, 94 and 5A. RGB value is (63,148,90). Sum of RGB (Red+Green+Blue) = 63+148+90=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #3F945A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F945A is #C06BA5. Grayscale: #747474. Windows color (decimal): -12610470 or 5936191. OLE color: 5936191.
HSL color Cylindrical-coordinate representation of color #3F945A: hue angle of 139.06º 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 #3F945A is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 148 | 90 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.42 |
| HSL | 139.06º | 0.4% | 0.41% | - |
| HSV(B) | 139.06º | 0.57% | 0.58% | - |
| XYZ | 14.49 | 22.97 | 13.34 | - |
| YUV | 115.97 | 113.34 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 148 | 90 | 0.57 | 0 | 0.39 | 0.42 | 139.06 | 0.4 | 0.41 |
| Hex | 3F | 94 | 5A | 39 | 0 | 27 | 2A | 8B | 28 | 29 |
| Octal | 77 | 224 | 132 | 71 | 0 | 47 | 52 | 213 | 50 | 51 |
| Binary | 111111 | 10010100 | 1011010 | 111001 | 0 | 100111 | 101010 | 10001011 | 101000 | 101001 |
Color Harmonies of #3F945A
Complementary color
Monochromatic Colors of #3F945A
Black with #3F945A
Text Example
Text Example
White with #3F945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F945A; }
p { color: rgb(63,148,90); }
H1.HeaderClassName
{
color: #3F945A;
}
.AnyTagClassName
{
color: #3F945A;
}
</style>
background-color css
<style>
a { background-color: #3F945A; }
a { background-color: rgb(63,148,90); }
div.DivClassName
{
background-color: #3F945A;
}
.BgClassName
{
background-color: #3F945A;
}
</style>
border-color css
<style>
span { border-color: #3F945A; }
span { border-color: rgb(63,148,90); }
td.TdClassName
{
border-color: #3F945A;
}
.TagClassName
{
border-color: #3F945A;
}
</style>