Shades of Chateau Green #40904B
Tints of Chateau Green #40904B
RGB
CMYK
RGB Variations
Color information
#40904B (or 0x40904B) is known color: Chateau Green. HEX triplet: 40, 90 and 4B. RGB value is (64,144,75). Sum of RGB (Red+Green+Blue) = 64+144+75=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 144 (56.64% from 255 or 50.88% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 144 - color contains mainly: green. Hex color #40904B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40904B is #BF6FB4. Grayscale: #707070. Windows color (decimal): -12545973 or 4952128. OLE color: 4952128.
HSL color Cylindrical-coordinate representation of color #40904B: hue angle of 128.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 #40904B is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 144 | 75 | - |
| CMYK | 0.56 | 0 | 0.48 | 0.44 |
| HSL | 128.25º | 0.38% | 0.41% | - |
| HSV(B) | 128.25º | 0.56% | 0.56% | - |
| XYZ | 13.36 | 21.54 | 10.11 | - |
| YUV | 112.21 | 107 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 75 | 0.56 | 0 | 0.48 | 0.44 | 128.25 | 0.38 | 0.41 |
| Hex | 40 | 90 | 4B | 38 | 0 | 30 | 2C | 80 | 26 | 29 |
| Octal | 100 | 220 | 113 | 70 | 0 | 60 | 54 | 200 | 46 | 51 |
| Binary | 1000000 | 10010000 | 1001011 | 111000 | 0 | 110000 | 101100 | 10000000 | 100110 | 101001 |
Color Harmonies of #40904B
Complementary color
Monochromatic Colors of #40904B
Black with #40904B
Text Example
Text Example
White with #40904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40904B; }
p { color: rgb(64,144,75); }
H1.HeaderClassName
{
color: #40904B;
}
.AnyTagClassName
{
color: #40904B;
}
</style>
background-color css
<style>
a { background-color: #40904B; }
a { background-color: rgb(64,144,75); }
div.DivClassName
{
background-color: #40904B;
}
.BgClassName
{
background-color: #40904B;
}
</style>
border-color css
<style>
span { border-color: #40904B; }
span { border-color: rgb(64,144,75); }
td.TdClassName
{
border-color: #40904B;
}
.TagClassName
{
border-color: #40904B;
}
</style>