Shades of Chateau Green #3F9E5C
Tints of Chateau Green #3F9E5C
RGB
CMYK
RGB Variations
Color information
#3F9E5C (or 0x3F9E5C) is known color: Chateau Green. HEX triplet: 3F, 9E and 5C. RGB value is (63,158,92). Sum of RGB (Red+Green+Blue) = 63+158+92=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 158 (62.11% from 255 or 50.48% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 158 - color contains mainly: green. Hex color #3F9E5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9E5C is #C061A3. Grayscale: #7A7A7A. Windows color (decimal): -12607908 or 6069823. OLE color: 6069823.
HSL color Cylindrical-coordinate representation of color #3F9E5C: hue angle of 138.32º 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 #3F9E5C is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 158 | 92 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.38 |
| HSL | 138.32º | 0.43% | 0.43% | - |
| HSV(B) | 138.32º | 0.6% | 0.62% | - |
| XYZ | 16.21 | 26.28 | 14.34 | - |
| YUV | 122.07 | 111.03 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 158 | 92 | 0.60 | 0 | 0.42 | 0.38 | 138.32 | 0.43 | 0.43 |
| Hex | 3F | 9E | 5C | 3C | 0 | 2A | 26 | 8A | 2B | 2B |
| Octal | 77 | 236 | 134 | 74 | 0 | 52 | 46 | 212 | 53 | 53 |
| Binary | 111111 | 10011110 | 1011100 | 111100 | 0 | 101010 | 100110 | 10001010 | 101011 | 101011 |
Color Harmonies of #3F9E5C
Complementary color
Monochromatic Colors of #3F9E5C
Black with #3F9E5C
Text Example
Text Example
White with #3F9E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9E5C; }
p { color: rgb(63,158,92); }
H1.HeaderClassName
{
color: #3F9E5C;
}
.AnyTagClassName
{
color: #3F9E5C;
}
</style>
background-color css
<style>
a { background-color: #3F9E5C; }
a { background-color: rgb(63,158,92); }
div.DivClassName
{
background-color: #3F9E5C;
}
.BgClassName
{
background-color: #3F9E5C;
}
</style>
border-color css
<style>
span { border-color: #3F9E5C; }
span { border-color: rgb(63,158,92); }
td.TdClassName
{
border-color: #3F9E5C;
}
.TagClassName
{
border-color: #3F9E5C;
}
</style>