Shades of Chateau Green #40904E
Tints of Chateau Green #40904E
RGB
CMYK
RGB Variations
Color information
#40904E (or 0x40904E) is known color: Chateau Green. HEX triplet: 40, 90 and 4E. RGB value is (64,144,78). Sum of RGB (Red+Green+Blue) = 64+144+78=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 144 (56.64% from 255 or 50.35% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 144 - color contains mainly: green. Hex color #40904E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40904E is #BF6FB1. Grayscale: #707070. Windows color (decimal): -12545970 or 5148736. OLE color: 5148736.
HSL color Cylindrical-coordinate representation of color #40904E: hue angle of 130.5º 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 #40904E is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 144 | 78 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.44 |
| HSL | 130.5º | 0.38% | 0.41% | - |
| HSV(B) | 130.5º | 0.56% | 0.56% | - |
| XYZ | 13.46 | 21.59 | 10.66 | - |
| YUV | 112.56 | 108.5 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 78 | 0.56 | 0 | 0.46 | 0.44 | 130.5 | 0.38 | 0.41 |
| Hex | 40 | 90 | 4E | 38 | 0 | 2E | 2C | 82 | 26 | 29 |
| Octal | 100 | 220 | 116 | 70 | 0 | 56 | 54 | 202 | 46 | 51 |
| Binary | 1000000 | 10010000 | 1001110 | 111000 | 0 | 101110 | 101100 | 10000010 | 100110 | 101001 |
Color Harmonies of #40904E
Complementary color
Monochromatic Colors of #40904E
Black with #40904E
Text Example
Text Example
White with #40904E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40904E; }
p { color: rgb(64,144,78); }
H1.HeaderClassName
{
color: #40904E;
}
.AnyTagClassName
{
color: #40904E;
}
</style>
background-color css
<style>
a { background-color: #40904E; }
a { background-color: rgb(64,144,78); }
div.DivClassName
{
background-color: #40904E;
}
.BgClassName
{
background-color: #40904E;
}
</style>
border-color css
<style>
span { border-color: #40904E; }
span { border-color: rgb(64,144,78); }
td.TdClassName
{
border-color: #40904E;
}
.TagClassName
{
border-color: #40904E;
}
</style>