Shades of Chateau Green #41A858
Tints of Chateau Green #41A858
RGB
CMYK
RGB Variations
Color information
#41A858 (or 0x41A858) is known color: Chateau Green. HEX triplet: 41, A8 and 58. RGB value is (65,168,88). Sum of RGB (Red+Green+Blue) = 65+168+88=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 168 (66.02% from 255 or 52.34% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 168 - color contains mainly: green. Hex color #41A858 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A858 is #BE57A7. Grayscale: #808080. Windows color (decimal): -12474280 or 5810241. OLE color: 5810241.
HSL color Cylindrical-coordinate representation of color #41A858: hue angle of 133.4º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41A858 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 65 | 168 | 88 | - |
| CMYK | 0.61 | 0 | 0.48 | 0.34 |
| HSL | 133.4º | 0.44% | 0.46% | - |
| HSV(B) | 133.4º | 0.61% | 0.66% | - |
| XYZ | 17.94 | 29.83 | 14.05 | - |
| YUV | 128.08 | 105.38 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 168 | 88 | 0.61 | 0 | 0.48 | 0.34 | 133.4 | 0.44 | 0.46 |
| Hex | 41 | A8 | 58 | 3D | 0 | 30 | 22 | 85 | 2C | 2E |
| Octal | 101 | 250 | 130 | 75 | 0 | 60 | 42 | 205 | 54 | 56 |
| Binary | 1000001 | 10101000 | 1011000 | 111101 | 0 | 110000 | 100010 | 10000101 | 101100 | 101110 |
Color Harmonies of #41A858
Complementary color
Monochromatic Colors of #41A858
Black with #41A858
Text Example
Text Example
White with #41A858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A858; }
p { color: rgb(65,168,88); }
H1.HeaderClassName
{
color: #41A858;
}
.AnyTagClassName
{
color: #41A858;
}
</style>
background-color css
<style>
a { background-color: #41A858; }
a { background-color: rgb(65,168,88); }
div.DivClassName
{
background-color: #41A858;
}
.BgClassName
{
background-color: #41A858;
}
</style>
border-color css
<style>
span { border-color: #41A858; }
span { border-color: rgb(65,168,88); }
td.TdClassName
{
border-color: #41A858;
}
.TagClassName
{
border-color: #41A858;
}
</style>