Shades of Chateau Green #40B25F
Tints of Chateau Green #40B25F
RGB
CMYK
RGB Variations
Color information
#40B25F (or 0x40B25F) is known color: Chateau Green. HEX triplet: 40, B2 and 5F. RGB value is (64,178,95). Sum of RGB (Red+Green+Blue) = 64+178+95=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 178 (69.92% from 255 or 52.82% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 178 - color contains mainly: green. Hex color #40B25F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B25F is #BF4DA0. Grayscale: #868686. Windows color (decimal): -12537249 or 6271552. OLE color: 6271552.
HSL color Cylindrical-coordinate representation of color #40B25F: hue angle of 136.32º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B25F is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 178 | 95 | - |
| CMYK | 0.64 | 0 | 0.47 | 0.30 |
| HSL | 136.32º | 0.47% | 0.47% | - |
| HSV(B) | 136.32º | 0.64% | 0.7% | - |
| XYZ | 20.1 | 33.76 | 16.28 | - |
| YUV | 134.45 | 105.73 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 178 | 95 | 0.64 | 0 | 0.47 | 0.30 | 136.32 | 0.47 | 0.47 |
| Hex | 40 | B2 | 5F | 40 | 0 | 2F | 1E | 88 | 2F | 2F |
| Octal | 100 | 262 | 137 | 100 | 0 | 57 | 36 | 210 | 57 | 57 |
| Binary | 1000000 | 10110010 | 1011111 | 1000000 | 0 | 101111 | 11110 | 10001000 | 101111 | 101111 |
Color Harmonies of #40B25F
Complementary color
Monochromatic Colors of #40B25F
Black with #40B25F
Text Example
Text Example
White with #40B25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B25F; }
p { color: rgb(64,178,95); }
H1.HeaderClassName
{
color: #40B25F;
}
.AnyTagClassName
{
color: #40B25F;
}
</style>
background-color css
<style>
a { background-color: #40B25F; }
a { background-color: rgb(64,178,95); }
div.DivClassName
{
background-color: #40B25F;
}
.BgClassName
{
background-color: #40B25F;
}
</style>
border-color css
<style>
span { border-color: #40B25F; }
span { border-color: rgb(64,178,95); }
td.TdClassName
{
border-color: #40B25F;
}
.TagClassName
{
border-color: #40B25F;
}
</style>