Shades of Chateau Green #41B959
Tints of Chateau Green #41B959
RGB
CMYK
RGB Variations
Color information
#41B959 (or 0x41B959) is known color: Chateau Green. HEX triplet: 41, B9 and 59. RGB value is (65,185,89). Sum of RGB (Red+Green+Blue) = 65+185+89=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 185 (72.66% from 255 or 54.57% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 185 - color contains mainly: green. Hex color #41B959 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41B959 is #BE46A6. Grayscale: #8A8A8A. Windows color (decimal): -12469927 or 5880129. OLE color: 5880129.
HSL color Cylindrical-coordinate representation of color #41B959: hue angle of 132º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41B959 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 185 | 89 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.27 |
| HSL | 132º | 0.48% | 0.49% | - |
| HSV(B) | 132º | 0.65% | 0.73% | - |
| XYZ | 21.33 | 36.54 | 15.38 | - |
| YUV | 138.18 | 100.24 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 185 | 89 | 0.65 | 0 | 0.52 | 0.27 | 132 | 0.48 | 0.49 |
| Hex | 41 | B9 | 59 | 41 | 0 | 34 | 1B | 84 | 30 | 31 |
| Octal | 101 | 271 | 131 | 101 | 0 | 64 | 33 | 204 | 60 | 61 |
| Binary | 1000001 | 10111001 | 1011001 | 1000001 | 0 | 110100 | 11011 | 10000100 | 110000 | 110001 |
Color Harmonies of #41B959
Complementary color
Monochromatic Colors of #41B959
Black with #41B959
Text Example
Text Example
White with #41B959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B959; }
p { color: rgb(65,185,89); }
H1.HeaderClassName
{
color: #41B959;
}
.AnyTagClassName
{
color: #41B959;
}
</style>
background-color css
<style>
a { background-color: #41B959; }
a { background-color: rgb(65,185,89); }
div.DivClassName
{
background-color: #41B959;
}
.BgClassName
{
background-color: #41B959;
}
</style>
border-color css
<style>
span { border-color: #41B959; }
span { border-color: rgb(65,185,89); }
td.TdClassName
{
border-color: #41B959;
}
.TagClassName
{
border-color: #41B959;
}
</style>