Shades of Chateau Green #41975D
Tints of Chateau Green #41975D
RGB
CMYK
RGB Variations
Color information
#41975D (or 0x41975D) is known color: Chateau Green. HEX triplet: 41, 97 and 5D. RGB value is (65,151,93). Sum of RGB (Red+Green+Blue) = 65+151+93=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 151 (59.38% from 255 or 48.87% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 151 - color contains mainly: green. Hex color #41975D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41975D is #BE68A2. Grayscale: #767676. Windows color (decimal): -12478627 or 6133569. OLE color: 6133569.
HSL color Cylindrical-coordinate representation of color #41975D: hue angle of 139.53º 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 #41975D is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 65 | 151 | 93 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.41 |
| HSL | 139.53º | 0.4% | 0.42% | - |
| HSV(B) | 139.53º | 0.57% | 0.59% | - |
| XYZ | 15.22 | 24.05 | 14.2 | - |
| YUV | 118.67 | 113.51 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 151 | 93 | 0.57 | 0 | 0.38 | 0.41 | 139.53 | 0.4 | 0.42 |
| Hex | 41 | 97 | 5D | 39 | 0 | 26 | 29 | 8C | 28 | 2A |
| Octal | 101 | 227 | 135 | 71 | 0 | 46 | 51 | 214 | 50 | 52 |
| Binary | 1000001 | 10010111 | 1011101 | 111001 | 0 | 100110 | 101001 | 10001100 | 101000 | 101010 |
Color Harmonies of #41975D
Complementary color
Monochromatic Colors of #41975D
Black with #41975D
Text Example
Text Example
White with #41975D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41975D; }
p { color: rgb(65,151,93); }
H1.HeaderClassName
{
color: #41975D;
}
.AnyTagClassName
{
color: #41975D;
}
</style>
background-color css
<style>
a { background-color: #41975D; }
a { background-color: rgb(65,151,93); }
div.DivClassName
{
background-color: #41975D;
}
.BgClassName
{
background-color: #41975D;
}
</style>
border-color css
<style>
span { border-color: #41975D; }
span { border-color: rgb(65,151,93); }
td.TdClassName
{
border-color: #41975D;
}
.TagClassName
{
border-color: #41975D;
}
</style>