Shades of Chateau Green #41AA65
Tints of Chateau Green #41AA65
RGB
CMYK
RGB Variations
Color information
#41AA65 (or 0x41AA65) is known color: Chateau Green. HEX triplet: 41, AA and 65. RGB value is (65,170,101). Sum of RGB (Red+Green+Blue) = 65+170+101=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 170 (66.80% from 255 or 50.60% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 170 - color contains mainly: green. Hex color #41AA65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41AA65 is #BE559A. Grayscale: #828282. Windows color (decimal): -12473755 or 6662721. OLE color: 6662721.
HSL color Cylindrical-coordinate representation of color #41AA65: hue angle of 140.57º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41AA65 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 170 | 101 | - |
| CMYK | 0.62 | 0 | 0.41 | 0.33 |
| HSL | 140.57º | 0.45% | 0.46% | - |
| HSV(B) | 140.57º | 0.62% | 0.67% | - |
| XYZ | 18.9 | 30.81 | 17.26 | - |
| YUV | 130.74 | 111.21 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 170 | 101 | 0.62 | 0 | 0.41 | 0.33 | 140.57 | 0.45 | 0.46 |
| Hex | 41 | AA | 65 | 3E | 0 | 29 | 21 | 8D | 2D | 2E |
| Octal | 101 | 252 | 145 | 76 | 0 | 51 | 41 | 215 | 55 | 56 |
| Binary | 1000001 | 10101010 | 1100101 | 111110 | 0 | 101001 | 100001 | 10001101 | 101101 | 101110 |
Color Harmonies of #41AA65
Complementary color
Monochromatic Colors of #41AA65
Black with #41AA65
Text Example
Text Example
White with #41AA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AA65; }
p { color: rgb(65,170,101); }
H1.HeaderClassName
{
color: #41AA65;
}
.AnyTagClassName
{
color: #41AA65;
}
</style>
background-color css
<style>
a { background-color: #41AA65; }
a { background-color: rgb(65,170,101); }
div.DivClassName
{
background-color: #41AA65;
}
.BgClassName
{
background-color: #41AA65;
}
</style>
border-color css
<style>
span { border-color: #41AA65; }
span { border-color: rgb(65,170,101); }
td.TdClassName
{
border-color: #41AA65;
}
.TagClassName
{
border-color: #41AA65;
}
</style>