Shades of Chateau Green #41BA5B
Tints of Chateau Green #41BA5B
RGB
CMYK
RGB Variations
Color information
#41BA5B (or 0x41BA5B) is known color: Chateau Green. HEX triplet: 41, BA and 5B. RGB value is (65,186,91). Sum of RGB (Red+Green+Blue) = 65+186+91=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #41BA5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41BA5B is #BE45A4. Grayscale: #8B8B8B. Windows color (decimal): -12469669 or 6011457. OLE color: 6011457.
HSL color Cylindrical-coordinate representation of color #41BA5B: hue angle of 132.89º 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 #41BA5B is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 186 | 91 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.27 |
| HSL | 132.89º | 0.48% | 0.49% | - |
| HSV(B) | 132.89º | 0.65% | 0.73% | - |
| XYZ | 21.63 | 37 | 15.9 | - |
| YUV | 138.99 | 100.91 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 186 | 91 | 0.65 | 0 | 0.51 | 0.27 | 132.89 | 0.48 | 0.49 |
| Hex | 41 | BA | 5B | 41 | 0 | 33 | 1B | 85 | 30 | 31 |
| Octal | 101 | 272 | 133 | 101 | 0 | 63 | 33 | 205 | 60 | 61 |
| Binary | 1000001 | 10111010 | 1011011 | 1000001 | 0 | 110011 | 11011 | 10000101 | 110000 | 110001 |
Color Harmonies of #41BA5B
Complementary color
Monochromatic Colors of #41BA5B
Black with #41BA5B
Text Example
Text Example
White with #41BA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BA5B; }
p { color: rgb(65,186,91); }
H1.HeaderClassName
{
color: #41BA5B;
}
.AnyTagClassName
{
color: #41BA5B;
}
</style>
background-color css
<style>
a { background-color: #41BA5B; }
a { background-color: rgb(65,186,91); }
div.DivClassName
{
background-color: #41BA5B;
}
.BgClassName
{
background-color: #41BA5B;
}
</style>
border-color css
<style>
span { border-color: #41BA5B; }
span { border-color: rgb(65,186,91); }
td.TdClassName
{
border-color: #41BA5B;
}
.TagClassName
{
border-color: #41BA5B;
}
</style>