Shades of Chateau Green #40975A
Tints of Chateau Green #40975A
RGB
CMYK
RGB Variations
Color information
#40975A (or 0x40975A) is known color: Chateau Green. HEX triplet: 40, 97 and 5A. RGB value is (64,151,90). Sum of RGB (Red+Green+Blue) = 64+151+90=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #40975A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40975A is #BF68A5. Grayscale: #767676. Windows color (decimal): -12544166 or 5936960. OLE color: 5936960.
HSL color Cylindrical-coordinate representation of color #40975A: hue angle of 137.93º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40975A is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 151 | 90 | - |
| CMYK | 0.58 | 0 | 0.40 | 0.41 |
| HSL | 137.93º | 0.4% | 0.42% | - |
| HSV(B) | 137.93º | 0.58% | 0.59% | - |
| XYZ | 15.03 | 23.96 | 13.51 | - |
| YUV | 118.03 | 112.18 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 151 | 90 | 0.58 | 0 | 0.40 | 0.41 | 137.93 | 0.4 | 0.42 |
| Hex | 40 | 97 | 5A | 3A | 0 | 28 | 29 | 8A | 28 | 2A |
| Octal | 100 | 227 | 132 | 72 | 0 | 50 | 51 | 212 | 50 | 52 |
| Binary | 1000000 | 10010111 | 1011010 | 111010 | 0 | 101000 | 101001 | 10001010 | 101000 | 101010 |
Color Harmonies of #40975A
Complementary color
Monochromatic Colors of #40975A
Black with #40975A
Text Example
Text Example
White with #40975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40975A; }
p { color: rgb(64,151,90); }
H1.HeaderClassName
{
color: #40975A;
}
.AnyTagClassName
{
color: #40975A;
}
</style>
background-color css
<style>
a { background-color: #40975A; }
a { background-color: rgb(64,151,90); }
div.DivClassName
{
background-color: #40975A;
}
.BgClassName
{
background-color: #40975A;
}
</style>
border-color css
<style>
span { border-color: #40975A; }
span { border-color: rgb(64,151,90); }
td.TdClassName
{
border-color: #40975A;
}
.TagClassName
{
border-color: #40975A;
}
</style>