Shades of Chateau Green #41A053
Tints of Chateau Green #41A053
RGB
CMYK
RGB Variations
Color information
#41A053 (or 0x41A053) is known color: Chateau Green. HEX triplet: 41, A0 and 53. RGB value is (65,160,83). Sum of RGB (Red+Green+Blue) = 65+160+83=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 160 (62.89% from 255 or 51.95% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 160 - color contains mainly: green. Hex color #41A053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A053 is #BE5FAC. Grayscale: #7B7B7B. Windows color (decimal): -12476333 or 5480513. OLE color: 5480513.
HSL color Cylindrical-coordinate representation of color #41A053: hue angle of 131.37º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41A053 is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 65 | 160 | 83 | - |
| CMYK | 0.59 | 0 | 0.48 | 0.37 |
| HSL | 131.37º | 0.42% | 0.44% | - |
| HSV(B) | 131.37º | 0.59% | 0.63% | - |
| XYZ | 16.31 | 26.89 | 12.51 | - |
| YUV | 122.82 | 105.53 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 160 | 83 | 0.59 | 0 | 0.48 | 0.37 | 131.37 | 0.42 | 0.44 |
| Hex | 41 | A0 | 53 | 3B | 0 | 30 | 25 | 83 | 2A | 2C |
| Octal | 101 | 240 | 123 | 73 | 0 | 60 | 45 | 203 | 52 | 54 |
| Binary | 1000001 | 10100000 | 1010011 | 111011 | 0 | 110000 | 100101 | 10000011 | 101010 | 101100 |
Color Harmonies of #41A053
Complementary color
Monochromatic Colors of #41A053
Black with #41A053
Text Example
Text Example
White with #41A053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A053; }
p { color: rgb(65,160,83); }
H1.HeaderClassName
{
color: #41A053;
}
.AnyTagClassName
{
color: #41A053;
}
</style>
background-color css
<style>
a { background-color: #41A053; }
a { background-color: rgb(65,160,83); }
div.DivClassName
{
background-color: #41A053;
}
.BgClassName
{
background-color: #41A053;
}
</style>
border-color css
<style>
span { border-color: #41A053; }
span { border-color: rgb(65,160,83); }
td.TdClassName
{
border-color: #41A053;
}
.TagClassName
{
border-color: #41A053;
}
</style>