Shades of Chateau Green #40955C
Tints of Chateau Green #40955C
RGB
CMYK
RGB Variations
Color information
#40955C (or 0x40955C) is known color: Chateau Green. HEX triplet: 40, 95 and 5C. RGB value is (64,149,92). Sum of RGB (Red+Green+Blue) = 64+149+92=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #40955C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40955C is #BF6AA3. Grayscale: #757575. Windows color (decimal): -12544676 or 6067520. OLE color: 6067520.
HSL color Cylindrical-coordinate representation of color #40955C: hue angle of 139.76º 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 #40955C is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 149 | 92 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.42 |
| HSL | 139.76º | 0.4% | 0.42% | - |
| HSV(B) | 139.76º | 0.57% | 0.58% | - |
| XYZ | 14.79 | 23.36 | 13.85 | - |
| YUV | 117.09 | 113.84 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 92 | 0.57 | 0 | 0.38 | 0.42 | 139.76 | 0.4 | 0.42 |
| Hex | 40 | 95 | 5C | 39 | 0 | 26 | 2A | 8C | 28 | 2A |
| Octal | 100 | 225 | 134 | 71 | 0 | 46 | 52 | 214 | 50 | 52 |
| Binary | 1000000 | 10010101 | 1011100 | 111001 | 0 | 100110 | 101010 | 10001100 | 101000 | 101010 |
Color Harmonies of #40955C
Complementary color
Monochromatic Colors of #40955C
Black with #40955C
Text Example
Text Example
White with #40955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40955C; }
p { color: rgb(64,149,92); }
H1.HeaderClassName
{
color: #40955C;
}
.AnyTagClassName
{
color: #40955C;
}
</style>
background-color css
<style>
a { background-color: #40955C; }
a { background-color: rgb(64,149,92); }
div.DivClassName
{
background-color: #40955C;
}
.BgClassName
{
background-color: #40955C;
}
</style>
border-color css
<style>
span { border-color: #40955C; }
span { border-color: rgb(64,149,92); }
td.TdClassName
{
border-color: #40955C;
}
.TagClassName
{
border-color: #40955C;
}
</style>