Shades of Chateau Green #41AF55
Tints of Chateau Green #41AF55
RGB
CMYK
RGB Variations
Color information
#41AF55 (or 0x41AF55) is known color: Chateau Green. HEX triplet: 41, AF and 55. RGB value is (65,175,85). Sum of RGB (Red+Green+Blue) = 65+175+85=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 175 (68.75% from 255 or 53.85% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 175 - color contains mainly: green. Hex color #41AF55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41AF55 is #BE50AA. Grayscale: #848484. Windows color (decimal): -12472491 or 5615425. OLE color: 5615425.
HSL color Cylindrical-coordinate representation of color #41AF55: hue angle of 130.91º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41AF55 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 175 | 85 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.31 |
| HSL | 130.91º | 0.46% | 0.47% | - |
| HSV(B) | 130.91º | 0.63% | 0.69% | - |
| XYZ | 19.15 | 32.44 | 13.85 | - |
| YUV | 131.85 | 101.56 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 175 | 85 | 0.63 | 0 | 0.51 | 0.31 | 130.91 | 0.46 | 0.47 |
| Hex | 41 | AF | 55 | 3F | 0 | 33 | 1F | 83 | 2E | 2F |
| Octal | 101 | 257 | 125 | 77 | 0 | 63 | 37 | 203 | 56 | 57 |
| Binary | 1000001 | 10101111 | 1010101 | 111111 | 0 | 110011 | 11111 | 10000011 | 101110 | 101111 |
Color Harmonies of #41AF55
Complementary color
Monochromatic Colors of #41AF55
Black with #41AF55
Text Example
Text Example
White with #41AF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AF55; }
p { color: rgb(65,175,85); }
H1.HeaderClassName
{
color: #41AF55;
}
.AnyTagClassName
{
color: #41AF55;
}
</style>
background-color css
<style>
a { background-color: #41AF55; }
a { background-color: rgb(65,175,85); }
div.DivClassName
{
background-color: #41AF55;
}
.BgClassName
{
background-color: #41AF55;
}
</style>
border-color css
<style>
span { border-color: #41AF55; }
span { border-color: rgb(65,175,85); }
td.TdClassName
{
border-color: #41AF55;
}
.TagClassName
{
border-color: #41AF55;
}
</style>