Shades of Chateau Green #3F925C
Tints of Chateau Green #3F925C
RGB
CMYK
RGB Variations
Color information
#3F925C (or 0x3F925C) is known color: Chateau Green. HEX triplet: 3F, 92 and 5C. RGB value is (63,146,92). Sum of RGB (Red+Green+Blue) = 63+146+92=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 146 - color contains mainly: green. Hex color #3F925C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F925C is #C06DA3. Grayscale: #737373. Windows color (decimal): -12610980 or 6066751. OLE color: 6066751.
HSL color Cylindrical-coordinate representation of color #3F925C: hue angle of 140.96º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F925C is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 146 | 92 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.43 |
| HSL | 140.96º | 0.4% | 0.41% | - |
| HSV(B) | 140.96º | 0.57% | 0.57% | - |
| XYZ | 14.26 | 22.39 | 13.69 | - |
| YUV | 115.03 | 115 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 146 | 92 | 0.57 | 0 | 0.37 | 0.43 | 140.96 | 0.4 | 0.41 |
| Hex | 3F | 92 | 5C | 39 | 0 | 25 | 2B | 8D | 28 | 29 |
| Octal | 77 | 222 | 134 | 71 | 0 | 45 | 53 | 215 | 50 | 51 |
| Binary | 111111 | 10010010 | 1011100 | 111001 | 0 | 100101 | 101011 | 10001101 | 101000 | 101001 |
Color Harmonies of #3F925C
Complementary color
Monochromatic Colors of #3F925C
Black with #3F925C
Text Example
Text Example
White with #3F925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F925C; }
p { color: rgb(63,146,92); }
H1.HeaderClassName
{
color: #3F925C;
}
.AnyTagClassName
{
color: #3F925C;
}
</style>
background-color css
<style>
a { background-color: #3F925C; }
a { background-color: rgb(63,146,92); }
div.DivClassName
{
background-color: #3F925C;
}
.BgClassName
{
background-color: #3F925C;
}
</style>
border-color css
<style>
span { border-color: #3F925C; }
span { border-color: rgb(63,146,92); }
td.TdClassName
{
border-color: #3F925C;
}
.TagClassName
{
border-color: #3F925C;
}
</style>