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