Shades of Chateau Green #3F904D
Tints of Chateau Green #3F904D
RGB
CMYK
RGB Variations
Color information
#3F904D (or 0x3F904D) is known color: Chateau Green. HEX triplet: 3F, 90 and 4D. RGB value is (63,144,77). Sum of RGB (Red+Green+Blue) = 63+144+77=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #3F904D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F904D is #C06FB2. Grayscale: #707070. Windows color (decimal): -12611507 or 5083199. OLE color: 5083199.
HSL color Cylindrical-coordinate representation of color #3F904D: hue angle of 130.37º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F904D is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 144 | 77 | - |
| CMYK | 0.56 | 0 | 0.47 | 0.44 |
| HSL | 130.37º | 0.39% | 0.41% | - |
| HSV(B) | 130.37º | 0.56% | 0.56% | - |
| XYZ | 13.36 | 21.54 | 10.47 | - |
| YUV | 112.14 | 108.16 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 144 | 77 | 0.56 | 0 | 0.47 | 0.44 | 130.37 | 0.39 | 0.41 |
| Hex | 3F | 90 | 4D | 38 | 0 | 2F | 2C | 82 | 27 | 29 |
| Octal | 77 | 220 | 115 | 70 | 0 | 57 | 54 | 202 | 47 | 51 |
| Binary | 111111 | 10010000 | 1001101 | 111000 | 0 | 101111 | 101100 | 10000010 | 100111 | 101001 |
Color Harmonies of #3F904D
Complementary color
Monochromatic Colors of #3F904D
Black with #3F904D
Text Example
Text Example
White with #3F904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F904D; }
p { color: rgb(63,144,77); }
H1.HeaderClassName
{
color: #3F904D;
}
.AnyTagClassName
{
color: #3F904D;
}
</style>
background-color css
<style>
a { background-color: #3F904D; }
a { background-color: rgb(63,144,77); }
div.DivClassName
{
background-color: #3F904D;
}
.BgClassName
{
background-color: #3F904D;
}
</style>
border-color css
<style>
span { border-color: #3F904D; }
span { border-color: rgb(63,144,77); }
td.TdClassName
{
border-color: #3F904D;
}
.TagClassName
{
border-color: #3F904D;
}
</style>