Shades of Chateau Green #40934C
Tints of Chateau Green #40934C
RGB
CMYK
RGB Variations
Color information
#40934C (or 0x40934C) is known color: Chateau Green. HEX triplet: 40, 93 and 4C. RGB value is (64,147,76). Sum of RGB (Red+Green+Blue) = 64+147+76=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 147 (57.81% from 255 or 51.22% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 147 - color contains mainly: green. Hex color #40934C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40934C is #BF6CB3. Grayscale: #727272. Windows color (decimal): -12545204 or 5018432. OLE color: 5018432.
HSL color Cylindrical-coordinate representation of color #40934C: hue angle of 128.67º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40934C is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 147 | 76 | - |
| CMYK | 0.56 | 0 | 0.48 | 0.42 |
| HSL | 128.67º | 0.39% | 0.41% | - |
| HSV(B) | 128.67º | 0.56% | 0.58% | - |
| XYZ | 13.85 | 22.48 | 10.45 | - |
| YUV | 114.09 | 106.5 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 76 | 0.56 | 0 | 0.48 | 0.42 | 128.67 | 0.39 | 0.41 |
| Hex | 40 | 93 | 4C | 38 | 0 | 30 | 2A | 81 | 27 | 29 |
| Octal | 100 | 223 | 114 | 70 | 0 | 60 | 52 | 201 | 47 | 51 |
| Binary | 1000000 | 10010011 | 1001100 | 111000 | 0 | 110000 | 101010 | 10000001 | 100111 | 101001 |
Color Harmonies of #40934C
Complementary color
Monochromatic Colors of #40934C
Black with #40934C
Text Example
Text Example
White with #40934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40934C; }
p { color: rgb(64,147,76); }
H1.HeaderClassName
{
color: #40934C;
}
.AnyTagClassName
{
color: #40934C;
}
</style>
background-color css
<style>
a { background-color: #40934C; }
a { background-color: rgb(64,147,76); }
div.DivClassName
{
background-color: #40934C;
}
.BgClassName
{
background-color: #40934C;
}
</style>
border-color css
<style>
span { border-color: #40934C; }
span { border-color: rgb(64,147,76); }
td.TdClassName
{
border-color: #40934C;
}
.TagClassName
{
border-color: #40934C;
}
</style>