Shades of Chateau Green #40955A
Tints of Chateau Green #40955A
RGB
CMYK
RGB Variations
Color information
#40955A (or 0x40955A) is known color: Chateau Green. HEX triplet: 40, 95 and 5A. RGB value is (64,149,90). Sum of RGB (Red+Green+Blue) = 64+149+90=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #40955A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40955A is #BF6AA5. Grayscale: #757575. Windows color (decimal): -12544678 or 5936448. OLE color: 5936448.
HSL color Cylindrical-coordinate representation of color #40955A: hue angle of 138.35º 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 #40955A is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 149 | 90 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.42 |
| HSL | 138.35º | 0.4% | 0.42% | - |
| HSV(B) | 138.35º | 0.57% | 0.58% | - |
| XYZ | 14.71 | 23.32 | 13.4 | - |
| YUV | 116.86 | 112.84 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 90 | 0.57 | 0 | 0.40 | 0.42 | 138.35 | 0.4 | 0.42 |
| Hex | 40 | 95 | 5A | 39 | 0 | 28 | 2A | 8A | 28 | 2A |
| Octal | 100 | 225 | 132 | 71 | 0 | 50 | 52 | 212 | 50 | 52 |
| Binary | 1000000 | 10010101 | 1011010 | 111001 | 0 | 101000 | 101010 | 10001010 | 101000 | 101010 |
Color Harmonies of #40955A
Complementary color
Monochromatic Colors of #40955A
Black with #40955A
Text Example
Text Example
White with #40955A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40955A; }
p { color: rgb(64,149,90); }
H1.HeaderClassName
{
color: #40955A;
}
.AnyTagClassName
{
color: #40955A;
}
</style>
background-color css
<style>
a { background-color: #40955A; }
a { background-color: rgb(64,149,90); }
div.DivClassName
{
background-color: #40955A;
}
.BgClassName
{
background-color: #40955A;
}
</style>
border-color css
<style>
span { border-color: #40955A; }
span { border-color: rgb(64,149,90); }
td.TdClassName
{
border-color: #40955A;
}
.TagClassName
{
border-color: #40955A;
}
</style>