Shades of Chateau Green #3F935C
Tints of Chateau Green #3F935C
RGB
CMYK
RGB Variations
Color information
#3F935C (or 0x3F935C) is known color: Chateau Green. HEX triplet: 3F, 93 and 5C. RGB value is (63,147,92). Sum of RGB (Red+Green+Blue) = 63+147+92=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #3F935C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F935C is #C06CA3. Grayscale: #737373. Windows color (decimal): -12610724 or 6067007. OLE color: 6067007.
HSL color Cylindrical-coordinate representation of color #3F935C: hue angle of 140.71º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F935C is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 147 | 92 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.42 |
| HSL | 140.71º | 0.4% | 0.41% | - |
| HSV(B) | 140.71º | 0.57% | 0.58% | - |
| XYZ | 14.42 | 22.7 | 13.75 | - |
| YUV | 115.61 | 114.67 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 147 | 92 | 0.57 | 0 | 0.37 | 0.42 | 140.71 | 0.4 | 0.41 |
| Hex | 3F | 93 | 5C | 39 | 0 | 25 | 2A | 8D | 28 | 29 |
| Octal | 77 | 223 | 134 | 71 | 0 | 45 | 52 | 215 | 50 | 51 |
| Binary | 111111 | 10010011 | 1011100 | 111001 | 0 | 100101 | 101010 | 10001101 | 101000 | 101001 |
Color Harmonies of #3F935C
Complementary color
Monochromatic Colors of #3F935C
Black with #3F935C
Text Example
Text Example
White with #3F935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F935C; }
p { color: rgb(63,147,92); }
H1.HeaderClassName
{
color: #3F935C;
}
.AnyTagClassName
{
color: #3F935C;
}
</style>
background-color css
<style>
a { background-color: #3F935C; }
a { background-color: rgb(63,147,92); }
div.DivClassName
{
background-color: #3F935C;
}
.BgClassName
{
background-color: #3F935C;
}
</style>
border-color css
<style>
span { border-color: #3F935C; }
span { border-color: rgb(63,147,92); }
td.TdClassName
{
border-color: #3F935C;
}
.TagClassName
{
border-color: #3F935C;
}
</style>