Shades of Chateau Green #41BE5A
Tints of Chateau Green #41BE5A
RGB
CMYK
RGB Variations
Color information
#41BE5A (or 0x41BE5A) is known color: Chateau Green. HEX triplet: 41, BE and 5A. RGB value is (65,190,90). Sum of RGB (Red+Green+Blue) = 65+190+90=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #41BE5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41BE5A is #BE41A5. Grayscale: #8D8D8D. Windows color (decimal): -12468646 or 5946945. OLE color: 5946945.
HSL color Cylindrical-coordinate representation of color #41BE5A: hue angle of 132º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41BE5A is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 190 | 90 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.25 |
| HSL | 132º | 0.49% | 0.5% | - |
| HSV(B) | 132º | 0.66% | 0.75% | - |
| XYZ | 22.44 | 38.69 | 15.96 | - |
| YUV | 141.23 | 99.09 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 190 | 90 | 0.66 | 0 | 0.53 | 0.25 | 132 | 0.49 | 0.5 |
| Hex | 41 | BE | 5A | 42 | 0 | 35 | 19 | 84 | 31 | 32 |
| Octal | 101 | 276 | 132 | 102 | 0 | 65 | 31 | 204 | 61 | 62 |
| Binary | 1000001 | 10111110 | 1011010 | 1000010 | 0 | 110101 | 11001 | 10000100 | 110001 | 110010 |
Color Harmonies of #41BE5A
Complementary color
Monochromatic Colors of #41BE5A
Black with #41BE5A
Text Example
Text Example
White with #41BE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BE5A; }
p { color: rgb(65,190,90); }
H1.HeaderClassName
{
color: #41BE5A;
}
.AnyTagClassName
{
color: #41BE5A;
}
</style>
background-color css
<style>
a { background-color: #41BE5A; }
a { background-color: rgb(65,190,90); }
div.DivClassName
{
background-color: #41BE5A;
}
.BgClassName
{
background-color: #41BE5A;
}
</style>
border-color css
<style>
span { border-color: #41BE5A; }
span { border-color: rgb(65,190,90); }
td.TdClassName
{
border-color: #41BE5A;
}
.TagClassName
{
border-color: #41BE5A;
}
</style>