Shades of Chateau Green #41905B
Tints of Chateau Green #41905B
RGB
CMYK
RGB Variations
Color information
#41905B (or 0x41905B) is known color: Chateau Green. HEX triplet: 41, 90 and 5B. RGB value is (65,144,91). Sum of RGB (Red+Green+Blue) = 65+144+91=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #41905B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41905B is #BE6FA4. Grayscale: #727272. Windows color (decimal): -12480421 or 6000705. OLE color: 6000705.
HSL color Cylindrical-coordinate representation of color #41905B: hue angle of 139.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41905B is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 144 | 91 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.44 |
| HSL | 139.75º | 0.38% | 0.41% | - |
| HSV(B) | 139.75º | 0.55% | 0.56% | - |
| XYZ | 14.04 | 21.83 | 13.37 | - |
| YUV | 114.34 | 114.83 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 144 | 91 | 0.55 | 0 | 0.37 | 0.44 | 139.75 | 0.38 | 0.41 |
| Hex | 41 | 90 | 5B | 37 | 0 | 25 | 2C | 8C | 26 | 29 |
| Octal | 101 | 220 | 133 | 67 | 0 | 45 | 54 | 214 | 46 | 51 |
| Binary | 1000001 | 10010000 | 1011011 | 110111 | 0 | 100101 | 101100 | 10001100 | 100110 | 101001 |
Color Harmonies of #41905B
Complementary color
Monochromatic Colors of #41905B
Black with #41905B
Text Example
Text Example
White with #41905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41905B; }
p { color: rgb(65,144,91); }
H1.HeaderClassName
{
color: #41905B;
}
.AnyTagClassName
{
color: #41905B;
}
</style>
background-color css
<style>
a { background-color: #41905B; }
a { background-color: rgb(65,144,91); }
div.DivClassName
{
background-color: #41905B;
}
.BgClassName
{
background-color: #41905B;
}
</style>
border-color css
<style>
span { border-color: #41905B; }
span { border-color: rgb(65,144,91); }
td.TdClassName
{
border-color: #41905B;
}
.TagClassName
{
border-color: #41905B;
}
</style>