Shades of Chateau Green #40945C
Tints of Chateau Green #40945C
RGB
CMYK
RGB Variations
Color information
#40945C (or 0x40945C) is known color: Chateau Green. HEX triplet: 40, 94 and 5C. RGB value is (64,148,92). Sum of RGB (Red+Green+Blue) = 64+148+92=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 148 - color contains mainly: green. Hex color #40945C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40945C is #BF6BA3. Grayscale: #747474. Windows color (decimal): -12544932 or 6067264. OLE color: 6067264.
HSL color Cylindrical-coordinate representation of color #40945C: hue angle of 140º 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 #40945C is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 148 | 92 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.42 |
| HSL | 140º | 0.4% | 0.42% | - |
| HSV(B) | 140º | 0.57% | 0.58% | - |
| XYZ | 14.64 | 23.04 | 13.8 | - |
| YUV | 116.5 | 114.17 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 148 | 92 | 0.57 | 0 | 0.38 | 0.42 | 140 | 0.4 | 0.42 |
| Hex | 40 | 94 | 5C | 39 | 0 | 26 | 2A | 8C | 28 | 2A |
| Octal | 100 | 224 | 134 | 71 | 0 | 46 | 52 | 214 | 50 | 52 |
| Binary | 1000000 | 10010100 | 1011100 | 111001 | 0 | 100110 | 101010 | 10001100 | 101000 | 101010 |
Color Harmonies of #40945C
Complementary color
Monochromatic Colors of #40945C
Black with #40945C
Text Example
Text Example
White with #40945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40945C; }
p { color: rgb(64,148,92); }
H1.HeaderClassName
{
color: #40945C;
}
.AnyTagClassName
{
color: #40945C;
}
</style>
background-color css
<style>
a { background-color: #40945C; }
a { background-color: rgb(64,148,92); }
div.DivClassName
{
background-color: #40945C;
}
.BgClassName
{
background-color: #40945C;
}
</style>
border-color css
<style>
span { border-color: #40945C; }
span { border-color: rgb(64,148,92); }
td.TdClassName
{
border-color: #40945C;
}
.TagClassName
{
border-color: #40945C;
}
</style>