Shades of Chateau Green #40965C
Tints of Chateau Green #40965C
RGB
CMYK
RGB Variations
Color information
#40965C (or 0x40965C) is known color: Chateau Green. HEX triplet: 40, 96 and 5C. RGB value is (64,150,92). Sum of RGB (Red+Green+Blue) = 64+150+92=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #40965C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40965C is #BF69A3. Grayscale: #757575. Windows color (decimal): -12544420 or 6067776. OLE color: 6067776.
HSL color Cylindrical-coordinate representation of color #40965C: hue angle of 139.53º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40965C is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 150 | 92 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.41 |
| HSL | 139.53º | 0.4% | 0.42% | - |
| HSV(B) | 139.53º | 0.57% | 0.59% | - |
| XYZ | 14.95 | 23.68 | 13.91 | - |
| YUV | 117.67 | 113.51 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 150 | 92 | 0.57 | 0 | 0.39 | 0.41 | 139.53 | 0.4 | 0.42 |
| Hex | 40 | 96 | 5C | 39 | 0 | 27 | 29 | 8C | 28 | 2A |
| Octal | 100 | 226 | 134 | 71 | 0 | 47 | 51 | 214 | 50 | 52 |
| Binary | 1000000 | 10010110 | 1011100 | 111001 | 0 | 100111 | 101001 | 10001100 | 101000 | 101010 |
Color Harmonies of #40965C
Complementary color
Monochromatic Colors of #40965C
Black with #40965C
Text Example
Text Example
White with #40965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40965C; }
p { color: rgb(64,150,92); }
H1.HeaderClassName
{
color: #40965C;
}
.AnyTagClassName
{
color: #40965C;
}
</style>
background-color css
<style>
a { background-color: #40965C; }
a { background-color: rgb(64,150,92); }
div.DivClassName
{
background-color: #40965C;
}
.BgClassName
{
background-color: #40965C;
}
</style>
border-color css
<style>
span { border-color: #40965C; }
span { border-color: rgb(64,150,92); }
td.TdClassName
{
border-color: #40965C;
}
.TagClassName
{
border-color: #40965C;
}
</style>