Shades of Chateau Green #41AA5F
Tints of Chateau Green #41AA5F
RGB
CMYK
RGB Variations
Color information
#41AA5F (or 0x41AA5F) is known color: Chateau Green. HEX triplet: 41, AA and 5F. RGB value is (65,170,95). Sum of RGB (Red+Green+Blue) = 65+170+95=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #41AA5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41AA5F is #BE55A0. Grayscale: #828282. Windows color (decimal): -12473761 or 6269505. OLE color: 6269505.
HSL color Cylindrical-coordinate representation of color #41AA5F: hue angle of 137.14º 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 #41AA5F is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 170 | 95 | - |
| CMYK | 0.62 | 0 | 0.44 | 0.33 |
| HSL | 137.14º | 0.45% | 0.46% | - |
| HSV(B) | 137.14º | 0.62% | 0.67% | - |
| XYZ | 18.62 | 30.7 | 15.77 | - |
| YUV | 130.06 | 108.21 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 170 | 95 | 0.62 | 0 | 0.44 | 0.33 | 137.14 | 0.45 | 0.46 |
| Hex | 41 | AA | 5F | 3E | 0 | 2C | 21 | 89 | 2D | 2E |
| Octal | 101 | 252 | 137 | 76 | 0 | 54 | 41 | 211 | 55 | 56 |
| Binary | 1000001 | 10101010 | 1011111 | 111110 | 0 | 101100 | 100001 | 10001001 | 101101 | 101110 |
Color Harmonies of #41AA5F
Complementary color
Monochromatic Colors of #41AA5F
Black with #41AA5F
Text Example
Text Example
White with #41AA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AA5F; }
p { color: rgb(65,170,95); }
H1.HeaderClassName
{
color: #41AA5F;
}
.AnyTagClassName
{
color: #41AA5F;
}
</style>
background-color css
<style>
a { background-color: #41AA5F; }
a { background-color: rgb(65,170,95); }
div.DivClassName
{
background-color: #41AA5F;
}
.BgClassName
{
background-color: #41AA5F;
}
</style>
border-color css
<style>
span { border-color: #41AA5F; }
span { border-color: rgb(65,170,95); }
td.TdClassName
{
border-color: #41AA5F;
}
.TagClassName
{
border-color: #41AA5F;
}
</style>