Shades of Chateau Green #40964D
Tints of Chateau Green #40964D
RGB
CMYK
RGB Variations
Color information
#40964D (or 0x40964D) is known color: Chateau Green. HEX triplet: 40, 96 and 4D. RGB value is (64,150,77). Sum of RGB (Red+Green+Blue) = 64+150+77=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 150 (58.98% from 255 or 51.55% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 150 - color contains mainly: green. Hex color #40964D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40964D is #BF69B2. Grayscale: #747474. Windows color (decimal): -12544435 or 5084736. OLE color: 5084736.
HSL color Cylindrical-coordinate representation of color #40964D: hue angle of 129.07º 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 #40964D is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 150 | 77 | - |
| CMYK | 0.57 | 0 | 0.49 | 0.41 |
| HSL | 129.07º | 0.4% | 0.42% | - |
| HSV(B) | 129.07º | 0.57% | 0.59% | - |
| XYZ | 14.36 | 23.44 | 10.79 | - |
| YUV | 115.96 | 106.01 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 150 | 77 | 0.57 | 0 | 0.49 | 0.41 | 129.07 | 0.4 | 0.42 |
| Hex | 40 | 96 | 4D | 39 | 0 | 31 | 29 | 81 | 28 | 2A |
| Octal | 100 | 226 | 115 | 71 | 0 | 61 | 51 | 201 | 50 | 52 |
| Binary | 1000000 | 10010110 | 1001101 | 111001 | 0 | 110001 | 101001 | 10000001 | 101000 | 101010 |
Color Harmonies of #40964D
Complementary color
Monochromatic Colors of #40964D
Black with #40964D
Text Example
Text Example
White with #40964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40964D; }
p { color: rgb(64,150,77); }
H1.HeaderClassName
{
color: #40964D;
}
.AnyTagClassName
{
color: #40964D;
}
</style>
background-color css
<style>
a { background-color: #40964D; }
a { background-color: rgb(64,150,77); }
div.DivClassName
{
background-color: #40964D;
}
.BgClassName
{
background-color: #40964D;
}
</style>
border-color css
<style>
span { border-color: #40964D; }
span { border-color: rgb(64,150,77); }
td.TdClassName
{
border-color: #40964D;
}
.TagClassName
{
border-color: #40964D;
}
</style>