Shades of Chateau Green #3F9D5D
Tints of Chateau Green #3F9D5D
RGB
CMYK
RGB Variations
Color information
#3F9D5D (or 0x3F9D5D) is known color: Chateau Green. HEX triplet: 3F, 9D and 5D. RGB value is (63,157,93). Sum of RGB (Red+Green+Blue) = 63+157+93=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 157 (61.72% from 255 or 50.16% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 157 - color contains mainly: green. Hex color #3F9D5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9D5D is #C062A2. Grayscale: #797979. Windows color (decimal): -12608163 or 6135103. OLE color: 6135103.
HSL color Cylindrical-coordinate representation of color #3F9D5D: hue angle of 139.15º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F9D5D is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 157 | 93 | - |
| CMYK | 0.60 | 0 | 0.41 | 0.38 |
| HSL | 139.15º | 0.43% | 0.43% | - |
| HSV(B) | 139.15º | 0.6% | 0.62% | - |
| XYZ | 16.08 | 25.96 | 14.52 | - |
| YUV | 121.6 | 111.86 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 157 | 93 | 0.60 | 0 | 0.41 | 0.38 | 139.15 | 0.43 | 0.43 |
| Hex | 3F | 9D | 5D | 3C | 0 | 29 | 26 | 8B | 2B | 2B |
| Octal | 77 | 235 | 135 | 74 | 0 | 51 | 46 | 213 | 53 | 53 |
| Binary | 111111 | 10011101 | 1011101 | 111100 | 0 | 101001 | 100110 | 10001011 | 101011 | 101011 |
Color Harmonies of #3F9D5D
Complementary color
Monochromatic Colors of #3F9D5D
Black with #3F9D5D
Text Example
Text Example
White with #3F9D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9D5D; }
p { color: rgb(63,157,93); }
H1.HeaderClassName
{
color: #3F9D5D;
}
.AnyTagClassName
{
color: #3F9D5D;
}
</style>
background-color css
<style>
a { background-color: #3F9D5D; }
a { background-color: rgb(63,157,93); }
div.DivClassName
{
background-color: #3F9D5D;
}
.BgClassName
{
background-color: #3F9D5D;
}
</style>
border-color css
<style>
span { border-color: #3F9D5D; }
span { border-color: rgb(63,157,93); }
td.TdClassName
{
border-color: #3F9D5D;
}
.TagClassName
{
border-color: #3F9D5D;
}
</style>