Shades of Chateau Green #40B05A
Tints of Chateau Green #40B05A
RGB
CMYK
RGB Variations
Color information
#40B05A (or 0x40B05A) is known color: Chateau Green. HEX triplet: 40, B0 and 5A. RGB value is (64,176,90). Sum of RGB (Red+Green+Blue) = 64+176+90=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 176 (69.14% from 255 or 53.33% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 176 - color contains mainly: green. Hex color #40B05A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B05A is #BF4FA5. Grayscale: #848484. Windows color (decimal): -12537766 or 5943360. OLE color: 5943360.
HSL color Cylindrical-coordinate representation of color #40B05A: hue angle of 133.93º 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 #40B05A is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 176 | 90 | - |
| CMYK | 0.64 | 0 | 0.49 | 0.31 |
| HSL | 133.93º | 0.47% | 0.47% | - |
| HSV(B) | 133.93º | 0.64% | 0.69% | - |
| XYZ | 19.49 | 32.88 | 14.99 | - |
| YUV | 132.71 | 103.89 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 176 | 90 | 0.64 | 0 | 0.49 | 0.31 | 133.93 | 0.47 | 0.47 |
| Hex | 40 | B0 | 5A | 40 | 0 | 31 | 1F | 86 | 2F | 2F |
| Octal | 100 | 260 | 132 | 100 | 0 | 61 | 37 | 206 | 57 | 57 |
| Binary | 1000000 | 10110000 | 1011010 | 1000000 | 0 | 110001 | 11111 | 10000110 | 101111 | 101111 |
Color Harmonies of #40B05A
Complementary color
Monochromatic Colors of #40B05A
Black with #40B05A
Text Example
Text Example
White with #40B05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B05A; }
p { color: rgb(64,176,90); }
H1.HeaderClassName
{
color: #40B05A;
}
.AnyTagClassName
{
color: #40B05A;
}
</style>
background-color css
<style>
a { background-color: #40B05A; }
a { background-color: rgb(64,176,90); }
div.DivClassName
{
background-color: #40B05A;
}
.BgClassName
{
background-color: #40B05A;
}
</style>
border-color css
<style>
span { border-color: #40B05A; }
span { border-color: rgb(64,176,90); }
td.TdClassName
{
border-color: #40B05A;
}
.TagClassName
{
border-color: #40B05A;
}
</style>