Shades of Chateau Green #40B05D
Tints of Chateau Green #40B05D
RGB
CMYK
RGB Variations
Color information
#40B05D (or 0x40B05D) is known color: Chateau Green. HEX triplet: 40, B0 and 5D. RGB value is (64,176,93). Sum of RGB (Red+Green+Blue) = 64+176+93=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 176 (69.14% from 255 or 52.85% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 176 - color contains mainly: green. Hex color #40B05D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B05D is #BF4FA2. Grayscale: #858585. Windows color (decimal): -12537763 or 6139968. OLE color: 6139968.
HSL color Cylindrical-coordinate representation of color #40B05D: hue angle of 135.54º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B05D is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 176 | 93 | - |
| CMYK | 0.64 | 0 | 0.47 | 0.31 |
| HSL | 135.54º | 0.47% | 0.47% | - |
| HSV(B) | 135.54º | 0.64% | 0.69% | - |
| XYZ | 19.62 | 32.93 | 15.68 | - |
| YUV | 133.05 | 105.39 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 176 | 93 | 0.64 | 0 | 0.47 | 0.31 | 135.54 | 0.47 | 0.47 |
| Hex | 40 | B0 | 5D | 40 | 0 | 2F | 1F | 88 | 2F | 2F |
| Octal | 100 | 260 | 135 | 100 | 0 | 57 | 37 | 210 | 57 | 57 |
| Binary | 1000000 | 10110000 | 1011101 | 1000000 | 0 | 101111 | 11111 | 10001000 | 101111 | 101111 |
Color Harmonies of #40B05D
Complementary color
Monochromatic Colors of #40B05D
Black with #40B05D
Text Example
Text Example
White with #40B05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B05D; }
p { color: rgb(64,176,93); }
H1.HeaderClassName
{
color: #40B05D;
}
.AnyTagClassName
{
color: #40B05D;
}
</style>
background-color css
<style>
a { background-color: #40B05D; }
a { background-color: rgb(64,176,93); }
div.DivClassName
{
background-color: #40B05D;
}
.BgClassName
{
background-color: #40B05D;
}
</style>
border-color css
<style>
span { border-color: #40B05D; }
span { border-color: rgb(64,176,93); }
td.TdClassName
{
border-color: #40B05D;
}
.TagClassName
{
border-color: #40B05D;
}
</style>