Shades of Chateau Green #41965D
Tints of Chateau Green #41965D
RGB
CMYK
RGB Variations
Color information
#41965D (or 0x41965D) is known color: Chateau Green. HEX triplet: 41, 96 and 5D. RGB value is (65,150,93). Sum of RGB (Red+Green+Blue) = 65+150+93=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #41965D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41965D is #BE69A2. Grayscale: #767676. Windows color (decimal): -12478883 or 6133313. OLE color: 6133313.
HSL color Cylindrical-coordinate representation of color #41965D: hue angle of 139.76º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41965D is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 65 | 150 | 93 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.41 |
| HSL | 139.76º | 0.4% | 0.42% | - |
| HSV(B) | 139.76º | 0.57% | 0.59% | - |
| XYZ | 15.06 | 23.73 | 14.14 | - |
| YUV | 118.09 | 113.84 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 150 | 93 | 0.57 | 0 | 0.38 | 0.41 | 139.76 | 0.4 | 0.42 |
| Hex | 41 | 96 | 5D | 39 | 0 | 26 | 29 | 8C | 28 | 2A |
| Octal | 101 | 226 | 135 | 71 | 0 | 46 | 51 | 214 | 50 | 52 |
| Binary | 1000001 | 10010110 | 1011101 | 111001 | 0 | 100110 | 101001 | 10001100 | 101000 | 101010 |
Color Harmonies of #41965D
Complementary color
Monochromatic Colors of #41965D
Black with #41965D
Text Example
Text Example
White with #41965D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41965D; }
p { color: rgb(65,150,93); }
H1.HeaderClassName
{
color: #41965D;
}
.AnyTagClassName
{
color: #41965D;
}
</style>
background-color css
<style>
a { background-color: #41965D; }
a { background-color: rgb(65,150,93); }
div.DivClassName
{
background-color: #41965D;
}
.BgClassName
{
background-color: #41965D;
}
</style>
border-color css
<style>
span { border-color: #41965D; }
span { border-color: rgb(65,150,93); }
td.TdClassName
{
border-color: #41965D;
}
.TagClassName
{
border-color: #41965D;
}
</style>