Shades of Chateau Green #40905B
Tints of Chateau Green #40905B
RGB
CMYK
RGB Variations
Color information
#40905B (or 0x40905B) is known color: Chateau Green. HEX triplet: 40, 90 and 5B. RGB value is (64,144,91). Sum of RGB (Red+Green+Blue) = 64+144+91=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #40905B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40905B is #BF6FA4. Grayscale: #727272. Windows color (decimal): -12545957 or 6000704. OLE color: 6000704.
HSL color Cylindrical-coordinate representation of color #40905B: hue angle of 140.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40905B is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 144 | 91 | - |
| CMYK | 0.56 | 0 | 0.37 | 0.44 |
| HSL | 140.25º | 0.38% | 0.41% | - |
| HSV(B) | 140.25º | 0.56% | 0.56% | - |
| XYZ | 13.98 | 21.79 | 13.37 | - |
| YUV | 114.04 | 115 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 91 | 0.56 | 0 | 0.37 | 0.44 | 140.25 | 0.38 | 0.41 |
| Hex | 40 | 90 | 5B | 38 | 0 | 25 | 2C | 8C | 26 | 29 |
| Octal | 100 | 220 | 133 | 70 | 0 | 45 | 54 | 214 | 46 | 51 |
| Binary | 1000000 | 10010000 | 1011011 | 111000 | 0 | 100101 | 101100 | 10001100 | 100110 | 101001 |
Color Harmonies of #40905B
Complementary color
Monochromatic Colors of #40905B
Black with #40905B
Text Example
Text Example
White with #40905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40905B; }
p { color: rgb(64,144,91); }
H1.HeaderClassName
{
color: #40905B;
}
.AnyTagClassName
{
color: #40905B;
}
</style>
background-color css
<style>
a { background-color: #40905B; }
a { background-color: rgb(64,144,91); }
div.DivClassName
{
background-color: #40905B;
}
.BgClassName
{
background-color: #40905B;
}
</style>
border-color css
<style>
span { border-color: #40905B; }
span { border-color: rgb(64,144,91); }
td.TdClassName
{
border-color: #40905B;
}
.TagClassName
{
border-color: #40905B;
}
</style>