Shades of Chateau Green #40935E
Tints of Chateau Green #40935E
RGB
CMYK
RGB Variations
Color information
#40935E (or 0x40935E) is known color: Chateau Green. HEX triplet: 40, 93 and 5E. RGB value is (64,147,94). Sum of RGB (Red+Green+Blue) = 64+147+94=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 147 - color contains mainly: green. Hex color #40935E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40935E is #BF6CA1. Grayscale: #747474. Windows color (decimal): -12545186 or 6198080. OLE color: 6198080.
HSL color Cylindrical-coordinate representation of color #40935E: hue angle of 141.69º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40935E is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 147 | 94 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.42 |
| HSL | 141.69º | 0.39% | 0.41% | - |
| HSV(B) | 141.69º | 0.56% | 0.58% | - |
| XYZ | 14.57 | 22.77 | 14.22 | - |
| YUV | 116.14 | 115.5 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 94 | 0.56 | 0 | 0.36 | 0.42 | 141.69 | 0.39 | 0.41 |
| Hex | 40 | 93 | 5E | 38 | 0 | 24 | 2A | 8E | 27 | 29 |
| Octal | 100 | 223 | 136 | 70 | 0 | 44 | 52 | 216 | 47 | 51 |
| Binary | 1000000 | 10010011 | 1011110 | 111000 | 0 | 100100 | 101010 | 10001110 | 100111 | 101001 |
Color Harmonies of #40935E
Complementary color
Monochromatic Colors of #40935E
Black with #40935E
Text Example
Text Example
White with #40935E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40935E; }
p { color: rgb(64,147,94); }
H1.HeaderClassName
{
color: #40935E;
}
.AnyTagClassName
{
color: #40935E;
}
</style>
background-color css
<style>
a { background-color: #40935E; }
a { background-color: rgb(64,147,94); }
div.DivClassName
{
background-color: #40935E;
}
.BgClassName
{
background-color: #40935E;
}
</style>
border-color css
<style>
span { border-color: #40935E; }
span { border-color: rgb(64,147,94); }
td.TdClassName
{
border-color: #40935E;
}
.TagClassName
{
border-color: #40935E;
}
</style>