Shades of Chateau Green #40945E
Tints of Chateau Green #40945E
RGB
CMYK
RGB Variations
Color information
#40945E (or 0x40945E) is known color: Chateau Green. HEX triplet: 40, 94 and 5E. RGB value is (64,148,94). Sum of RGB (Red+Green+Blue) = 64+148+94=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #40945E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40945E is #BF6BA1. Grayscale: #747474. Windows color (decimal): -12544930 or 6198336. OLE color: 6198336.
HSL color Cylindrical-coordinate representation of color #40945E: hue angle of 141.43º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40945E is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 148 | 94 | - |
| CMYK | 0.57 | 0 | 0.36 | 0.42 |
| HSL | 141.43º | 0.4% | 0.42% | - |
| HSV(B) | 141.43º | 0.57% | 0.58% | - |
| XYZ | 14.72 | 23.08 | 14.27 | - |
| YUV | 116.73 | 115.17 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 148 | 94 | 0.57 | 0 | 0.36 | 0.42 | 141.43 | 0.4 | 0.42 |
| Hex | 40 | 94 | 5E | 39 | 0 | 24 | 2A | 8D | 28 | 2A |
| Octal | 100 | 224 | 136 | 71 | 0 | 44 | 52 | 215 | 50 | 52 |
| Binary | 1000000 | 10010100 | 1011110 | 111001 | 0 | 100100 | 101010 | 10001101 | 101000 | 101010 |
Color Harmonies of #40945E
Complementary color
Monochromatic Colors of #40945E
Black with #40945E
Text Example
Text Example
White with #40945E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40945E; }
p { color: rgb(64,148,94); }
H1.HeaderClassName
{
color: #40945E;
}
.AnyTagClassName
{
color: #40945E;
}
</style>
background-color css
<style>
a { background-color: #40945E; }
a { background-color: rgb(64,148,94); }
div.DivClassName
{
background-color: #40945E;
}
.BgClassName
{
background-color: #40945E;
}
</style>
border-color css
<style>
span { border-color: #40945E; }
span { border-color: rgb(64,148,94); }
td.TdClassName
{
border-color: #40945E;
}
.TagClassName
{
border-color: #40945E;
}
</style>