Shades of Chateau Green #41AB54
Tints of Chateau Green #41AB54
RGB
CMYK
RGB Variations
Color information
#41AB54 (or 0x41AB54) is known color: Chateau Green. HEX triplet: 41, AB and 54. RGB value is (65,171,84). Sum of RGB (Red+Green+Blue) = 65+171+84=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 171 (67.19% from 255 or 53.44% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 171 - color contains mainly: green. Hex color #41AB54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41AB54 is #BE54AB. Grayscale: #818181. Windows color (decimal): -12473516 or 5548865. OLE color: 5548865.
HSL color Cylindrical-coordinate representation of color #41AB54: hue angle of 130.75º 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 #41AB54 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 171 | 84 | - |
| CMYK | 0.62 | 0 | 0.51 | 0.33 |
| HSL | 130.75º | 0.45% | 0.46% | - |
| HSV(B) | 130.75º | 0.62% | 0.67% | - |
| XYZ | 18.34 | 30.89 | 13.38 | - |
| YUV | 129.39 | 102.38 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 171 | 84 | 0.62 | 0 | 0.51 | 0.33 | 130.75 | 0.45 | 0.46 |
| Hex | 41 | AB | 54 | 3E | 0 | 33 | 21 | 83 | 2D | 2E |
| Octal | 101 | 253 | 124 | 76 | 0 | 63 | 41 | 203 | 55 | 56 |
| Binary | 1000001 | 10101011 | 1010100 | 111110 | 0 | 110011 | 100001 | 10000011 | 101101 | 101110 |
Color Harmonies of #41AB54
Complementary color
Monochromatic Colors of #41AB54
Black with #41AB54
Text Example
Text Example
White with #41AB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AB54; }
p { color: rgb(65,171,84); }
H1.HeaderClassName
{
color: #41AB54;
}
.AnyTagClassName
{
color: #41AB54;
}
</style>
background-color css
<style>
a { background-color: #41AB54; }
a { background-color: rgb(65,171,84); }
div.DivClassName
{
background-color: #41AB54;
}
.BgClassName
{
background-color: #41AB54;
}
</style>
border-color css
<style>
span { border-color: #41AB54; }
span { border-color: rgb(65,171,84); }
td.TdClassName
{
border-color: #41AB54;
}
.TagClassName
{
border-color: #41AB54;
}
</style>