Shades of Chateau Green #41985D
Tints of Chateau Green #41985D
RGB
CMYK
RGB Variations
Color information
#41985D (or 0x41985D) is known color: Chateau Green. HEX triplet: 41, 98 and 5D. RGB value is (65,152,93). Sum of RGB (Red+Green+Blue) = 65+152+93=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #41985D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41985D is #BE67A2. Grayscale: #777777. Windows color (decimal): -12478371 or 6133825. OLE color: 6133825.
HSL color Cylindrical-coordinate representation of color #41985D: hue angle of 139.31º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41985D is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 65 | 152 | 93 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.40 |
| HSL | 139.31º | 0.4% | 0.43% | - |
| HSV(B) | 139.31º | 0.57% | 0.6% | - |
| XYZ | 15.38 | 24.37 | 14.25 | - |
| YUV | 119.26 | 113.18 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 152 | 93 | 0.57 | 0 | 0.39 | 0.40 | 139.31 | 0.4 | 0.43 |
| Hex | 41 | 98 | 5D | 39 | 0 | 27 | 28 | 8B | 28 | 2B |
| Octal | 101 | 230 | 135 | 71 | 0 | 47 | 50 | 213 | 50 | 53 |
| Binary | 1000001 | 10011000 | 1011101 | 111001 | 0 | 100111 | 101000 | 10001011 | 101000 | 101011 |
Color Harmonies of #41985D
Complementary color
Monochromatic Colors of #41985D
Black with #41985D
Text Example
Text Example
White with #41985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41985D; }
p { color: rgb(65,152,93); }
H1.HeaderClassName
{
color: #41985D;
}
.AnyTagClassName
{
color: #41985D;
}
</style>
background-color css
<style>
a { background-color: #41985D; }
a { background-color: rgb(65,152,93); }
div.DivClassName
{
background-color: #41985D;
}
.BgClassName
{
background-color: #41985D;
}
</style>
border-color css
<style>
span { border-color: #41985D; }
span { border-color: rgb(65,152,93); }
td.TdClassName
{
border-color: #41985D;
}
.TagClassName
{
border-color: #41985D;
}
</style>