Shades of Chateau Green #41A364
Tints of Chateau Green #41A364
RGB
CMYK
RGB Variations
Color information
#41A364 (or 0x41A364) is known color: Chateau Green. HEX triplet: 41, A3 and 64. RGB value is (65,163,100). Sum of RGB (Red+Green+Blue) = 65+163+100=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 163 (64.06% from 255 or 49.70% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 163 - color contains mainly: green. Hex color #41A364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A364 is #BE5C9B. Grayscale: #7E7E7E. Windows color (decimal): -12475548 or 6595393. OLE color: 6595393.
HSL color Cylindrical-coordinate representation of color #41A364: hue angle of 141.43º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41A364 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 65 | 163 | 100 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.36 |
| HSL | 141.43º | 0.43% | 0.45% | - |
| HSV(B) | 141.43º | 0.6% | 0.64% | - |
| XYZ | 17.58 | 28.24 | 16.58 | - |
| YUV | 126.52 | 113.03 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 163 | 100 | 0.60 | 0 | 0.39 | 0.36 | 141.43 | 0.43 | 0.45 |
| Hex | 41 | A3 | 64 | 3C | 0 | 27 | 24 | 8D | 2B | 2D |
| Octal | 101 | 243 | 144 | 74 | 0 | 47 | 44 | 215 | 53 | 55 |
| Binary | 1000001 | 10100011 | 1100100 | 111100 | 0 | 100111 | 100100 | 10001101 | 101011 | 101101 |
Color Harmonies of #41A364
Complementary color
Monochromatic Colors of #41A364
Black with #41A364
Text Example
Text Example
White with #41A364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A364; }
p { color: rgb(65,163,100); }
H1.HeaderClassName
{
color: #41A364;
}
.AnyTagClassName
{
color: #41A364;
}
</style>
background-color css
<style>
a { background-color: #41A364; }
a { background-color: rgb(65,163,100); }
div.DivClassName
{
background-color: #41A364;
}
.BgClassName
{
background-color: #41A364;
}
</style>
border-color css
<style>
span { border-color: #41A364; }
span { border-color: rgb(65,163,100); }
td.TdClassName
{
border-color: #41A364;
}
.TagClassName
{
border-color: #41A364;
}
</style>