Shades of Chateau Green #41BC5B
Tints of Chateau Green #41BC5B
RGB
CMYK
RGB Variations
Color information
#41BC5B (or 0x41BC5B) is known color: Chateau Green. HEX triplet: 41, BC and 5B. RGB value is (65,188,91). Sum of RGB (Red+Green+Blue) = 65+188+91=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #41BC5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41BC5B is #BE43A4. Grayscale: #8C8C8C. Windows color (decimal): -12469157 or 6011969. OLE color: 6011969.
HSL color Cylindrical-coordinate representation of color #41BC5B: hue angle of 132.68º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41BC5B is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 188 | 91 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.26 |
| HSL | 132.68º | 0.49% | 0.5% | - |
| HSV(B) | 132.68º | 0.65% | 0.74% | - |
| XYZ | 22.05 | 37.85 | 16.04 | - |
| YUV | 140.17 | 100.25 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 188 | 91 | 0.65 | 0 | 0.52 | 0.26 | 132.68 | 0.49 | 0.5 |
| Hex | 41 | BC | 5B | 41 | 0 | 34 | 1A | 85 | 31 | 32 |
| Octal | 101 | 274 | 133 | 101 | 0 | 64 | 32 | 205 | 61 | 62 |
| Binary | 1000001 | 10111100 | 1011011 | 1000001 | 0 | 110100 | 11010 | 10000101 | 110001 | 110010 |
Color Harmonies of #41BC5B
Complementary color
Monochromatic Colors of #41BC5B
Black with #41BC5B
Text Example
Text Example
White with #41BC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BC5B; }
p { color: rgb(65,188,91); }
H1.HeaderClassName
{
color: #41BC5B;
}
.AnyTagClassName
{
color: #41BC5B;
}
</style>
background-color css
<style>
a { background-color: #41BC5B; }
a { background-color: rgb(65,188,91); }
div.DivClassName
{
background-color: #41BC5B;
}
.BgClassName
{
background-color: #41BC5B;
}
</style>
border-color css
<style>
span { border-color: #41BC5B; }
span { border-color: rgb(65,188,91); }
td.TdClassName
{
border-color: #41BC5B;
}
.TagClassName
{
border-color: #41BC5B;
}
</style>