Shades of Chateau Green #41925D
Tints of Chateau Green #41925D
RGB
CMYK
RGB Variations
Color information
#41925D (or 0x41925D) is known color: Chateau Green. HEX triplet: 41, 92 and 5D. RGB value is (65,146,93). Sum of RGB (Red+Green+Blue) = 65+146+93=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 146 - color contains mainly: green. Hex color #41925D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41925D is #BE6DA2. Grayscale: #737373. Windows color (decimal): -12479907 or 6132289. OLE color: 6132289.
HSL color Cylindrical-coordinate representation of color #41925D: hue angle of 140.74º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41925D is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 146 | 93 | - |
| CMYK | 0.55 | 0 | 0.36 | 0.43 |
| HSL | 140.74º | 0.38% | 0.41% | - |
| HSV(B) | 140.74º | 0.55% | 0.57% | - |
| XYZ | 14.43 | 22.47 | 13.93 | - |
| YUV | 115.74 | 115.16 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 146 | 93 | 0.55 | 0 | 0.36 | 0.43 | 140.74 | 0.38 | 0.41 |
| Hex | 41 | 92 | 5D | 37 | 0 | 24 | 2B | 8D | 26 | 29 |
| Octal | 101 | 222 | 135 | 67 | 0 | 44 | 53 | 215 | 46 | 51 |
| Binary | 1000001 | 10010010 | 1011101 | 110111 | 0 | 100100 | 101011 | 10001101 | 100110 | 101001 |
Color Harmonies of #41925D
Complementary color
Monochromatic Colors of #41925D
Black with #41925D
Text Example
Text Example
White with #41925D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41925D; }
p { color: rgb(65,146,93); }
H1.HeaderClassName
{
color: #41925D;
}
.AnyTagClassName
{
color: #41925D;
}
</style>
background-color css
<style>
a { background-color: #41925D; }
a { background-color: rgb(65,146,93); }
div.DivClassName
{
background-color: #41925D;
}
.BgClassName
{
background-color: #41925D;
}
</style>
border-color css
<style>
span { border-color: #41925D; }
span { border-color: rgb(65,146,93); }
td.TdClassName
{
border-color: #41925D;
}
.TagClassName
{
border-color: #41925D;
}
</style>