Shades of Chateau Green #3F905B
Tints of Chateau Green #3F905B
RGB
CMYK
RGB Variations
Color information
#3F905B (or 0x3F905B) is known color: Chateau Green. HEX triplet: 3F, 90 and 5B. RGB value is (63,144,91). Sum of RGB (Red+Green+Blue) = 63+144+91=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #3F905B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F905B is #C06FA4. Grayscale: #717171. Windows color (decimal): -12611493 or 6000703. OLE color: 6000703.
HSL color Cylindrical-coordinate representation of color #3F905B: hue angle of 140.74º 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 #3F905B is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 144 | 91 | - |
| CMYK | 0.56 | 0 | 0.37 | 0.44 |
| HSL | 140.74º | 0.39% | 0.41% | - |
| HSV(B) | 140.74º | 0.56% | 0.56% | - |
| XYZ | 13.91 | 21.76 | 13.36 | - |
| YUV | 113.74 | 115.16 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 144 | 91 | 0.56 | 0 | 0.37 | 0.44 | 140.74 | 0.39 | 0.41 |
| Hex | 3F | 90 | 5B | 38 | 0 | 25 | 2C | 8D | 27 | 29 |
| Octal | 77 | 220 | 133 | 70 | 0 | 45 | 54 | 215 | 47 | 51 |
| Binary | 111111 | 10010000 | 1011011 | 111000 | 0 | 100101 | 101100 | 10001101 | 100111 | 101001 |
Color Harmonies of #3F905B
Complementary color
Monochromatic Colors of #3F905B
Black with #3F905B
Text Example
Text Example
White with #3F905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F905B; }
p { color: rgb(63,144,91); }
H1.HeaderClassName
{
color: #3F905B;
}
.AnyTagClassName
{
color: #3F905B;
}
</style>
background-color css
<style>
a { background-color: #3F905B; }
a { background-color: rgb(63,144,91); }
div.DivClassName
{
background-color: #3F905B;
}
.BgClassName
{
background-color: #3F905B;
}
</style>
border-color css
<style>
span { border-color: #3F905B; }
span { border-color: rgb(63,144,91); }
td.TdClassName
{
border-color: #3F905B;
}
.TagClassName
{
border-color: #3F905B;
}
</style>