Shades of Chateau Green #3F914C
Tints of Chateau Green #3F914C
RGB
CMYK
RGB Variations
Color information
#3F914C (or 0x3F914C) is known color: Chateau Green. HEX triplet: 3F, 91 and 4C. RGB value is (63,145,76). Sum of RGB (Red+Green+Blue) = 63+145+76=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #3F914C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F914C is #C06EB3. Grayscale: #707070. Windows color (decimal): -12611252 or 5017919. OLE color: 5017919.
HSL color Cylindrical-coordinate representation of color #3F914C: hue angle of 129.51º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F914C is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 145 | 76 | - |
| CMYK | 0.57 | 0 | 0.48 | 0.43 |
| HSL | 129.51º | 0.39% | 0.41% | - |
| HSV(B) | 129.51º | 0.57% | 0.57% | - |
| XYZ | 13.48 | 21.83 | 10.34 | - |
| YUV | 112.62 | 107.33 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 145 | 76 | 0.57 | 0 | 0.48 | 0.43 | 129.51 | 0.39 | 0.41 |
| Hex | 3F | 91 | 4C | 39 | 0 | 30 | 2B | 82 | 27 | 29 |
| Octal | 77 | 221 | 114 | 71 | 0 | 60 | 53 | 202 | 47 | 51 |
| Binary | 111111 | 10010001 | 1001100 | 111001 | 0 | 110000 | 101011 | 10000010 | 100111 | 101001 |
Color Harmonies of #3F914C
Complementary color
Monochromatic Colors of #3F914C
Black with #3F914C
Text Example
Text Example
White with #3F914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F914C; }
p { color: rgb(63,145,76); }
H1.HeaderClassName
{
color: #3F914C;
}
.AnyTagClassName
{
color: #3F914C;
}
</style>
background-color css
<style>
a { background-color: #3F914C; }
a { background-color: rgb(63,145,76); }
div.DivClassName
{
background-color: #3F914C;
}
.BgClassName
{
background-color: #3F914C;
}
</style>
border-color css
<style>
span { border-color: #3F914C; }
span { border-color: rgb(63,145,76); }
td.TdClassName
{
border-color: #3F914C;
}
.TagClassName
{
border-color: #3F914C;
}
</style>