Shades of Chateau Green #41A060
Tints of Chateau Green #41A060
RGB
CMYK
RGB Variations
Color information
#41A060 (or 0x41A060) is known color: Chateau Green. HEX triplet: 41, A0 and 60. RGB value is (65,160,96). Sum of RGB (Red+Green+Blue) = 65+160+96=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 160 (62.89% from 255 or 49.84% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 160 - color contains mainly: green. Hex color #41A060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A060 is #BE5F9F. Grayscale: #7C7C7C. Windows color (decimal): -12476320 or 6332481. OLE color: 6332481.
HSL color Cylindrical-coordinate representation of color #41A060: hue angle of 139.58º 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 #41A060 is Cyan = 0.59, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 65 | 160 | 96 | - |
| CMYK | 0.59 | 0 | 0.4 | 0.37 |
| HSL | 139.58º | 0.42% | 0.44% | - |
| HSV(B) | 139.58º | 0.59% | 0.63% | - |
| XYZ | 16.86 | 27.11 | 15.41 | - |
| YUV | 124.3 | 112.03 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 160 | 96 | 0.59 | 0 | 0.4 | 0.37 | 139.58 | 0.42 | 0.44 |
| Hex | 41 | A0 | 60 | 3B | 0 | 28 | 25 | 8C | 2A | 2C |
| Octal | 101 | 240 | 140 | 73 | 0 | 50 | 45 | 214 | 52 | 54 |
| Binary | 1000001 | 10100000 | 1100000 | 111011 | 0 | 101000 | 100101 | 10001100 | 101010 | 101100 |
Color Harmonies of #41A060
Complementary color
Monochromatic Colors of #41A060
Black with #41A060
Text Example
Text Example
White with #41A060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A060; }
p { color: rgb(65,160,96); }
H1.HeaderClassName
{
color: #41A060;
}
.AnyTagClassName
{
color: #41A060;
}
</style>
background-color css
<style>
a { background-color: #41A060; }
a { background-color: rgb(65,160,96); }
div.DivClassName
{
background-color: #41A060;
}
.BgClassName
{
background-color: #41A060;
}
</style>
border-color css
<style>
span { border-color: #41A060; }
span { border-color: rgb(65,160,96); }
td.TdClassName
{
border-color: #41A060;
}
.TagClassName
{
border-color: #41A060;
}
</style>