Shades of Chateau Green #40944C
Tints of Chateau Green #40944C
RGB
CMYK
RGB Variations
Color information
#40944C (or 0x40944C) is known color: Chateau Green. HEX triplet: 40, 94 and 4C. RGB value is (64,148,76). Sum of RGB (Red+Green+Blue) = 64+148+76=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 148 (58.20% from 255 or 51.39% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 148 - color contains mainly: green. Hex color #40944C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40944C is #BF6BB3. Grayscale: #727272. Windows color (decimal): -12544948 or 5018688. OLE color: 5018688.
HSL color Cylindrical-coordinate representation of color #40944C: hue angle of 128.57º 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 #40944C is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 148 | 76 | - |
| CMYK | 0.57 | 0 | 0.49 | 0.42 |
| HSL | 128.57º | 0.4% | 0.42% | - |
| HSV(B) | 128.57º | 0.57% | 0.58% | - |
| XYZ | 14.01 | 22.79 | 10.5 | - |
| YUV | 114.68 | 106.17 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 148 | 76 | 0.57 | 0 | 0.49 | 0.42 | 128.57 | 0.4 | 0.42 |
| Hex | 40 | 94 | 4C | 39 | 0 | 31 | 2A | 81 | 28 | 2A |
| Octal | 100 | 224 | 114 | 71 | 0 | 61 | 52 | 201 | 50 | 52 |
| Binary | 1000000 | 10010100 | 1001100 | 111001 | 0 | 110001 | 101010 | 10000001 | 101000 | 101010 |
Color Harmonies of #40944C
Complementary color
Monochromatic Colors of #40944C
Black with #40944C
Text Example
Text Example
White with #40944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40944C; }
p { color: rgb(64,148,76); }
H1.HeaderClassName
{
color: #40944C;
}
.AnyTagClassName
{
color: #40944C;
}
</style>
background-color css
<style>
a { background-color: #40944C; }
a { background-color: rgb(64,148,76); }
div.DivClassName
{
background-color: #40944C;
}
.BgClassName
{
background-color: #40944C;
}
</style>
border-color css
<style>
span { border-color: #40944C; }
span { border-color: rgb(64,148,76); }
td.TdClassName
{
border-color: #40944C;
}
.TagClassName
{
border-color: #40944C;
}
</style>