Shades of Chateau Green #41924D
Tints of Chateau Green #41924D
RGB
CMYK
RGB Variations
Color information
#41924D (or 0x41924D) is known color: Chateau Green. HEX triplet: 41, 92 and 4D. RGB value is (65,146,77). Sum of RGB (Red+Green+Blue) = 65+146+77=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #41924D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41924D is #BE6DB2. Grayscale: #727272. Windows color (decimal): -12479923 or 5083713. OLE color: 5083713.
HSL color Cylindrical-coordinate representation of color #41924D: hue angle of 128.89º 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 #41924D is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 146 | 77 | - |
| CMYK | 0.55 | 0 | 0.47 | 0.43 |
| HSL | 128.89º | 0.38% | 0.41% | - |
| HSV(B) | 128.89º | 0.55% | 0.57% | - |
| XYZ | 13.8 | 22.22 | 10.58 | - |
| YUV | 113.92 | 107.16 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 146 | 77 | 0.55 | 0 | 0.47 | 0.43 | 128.89 | 0.38 | 0.41 |
| Hex | 41 | 92 | 4D | 37 | 0 | 2F | 2B | 81 | 26 | 29 |
| Octal | 101 | 222 | 115 | 67 | 0 | 57 | 53 | 201 | 46 | 51 |
| Binary | 1000001 | 10010010 | 1001101 | 110111 | 0 | 101111 | 101011 | 10000001 | 100110 | 101001 |
Color Harmonies of #41924D
Complementary color
Monochromatic Colors of #41924D
Black with #41924D
Text Example
Text Example
White with #41924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41924D; }
p { color: rgb(65,146,77); }
H1.HeaderClassName
{
color: #41924D;
}
.AnyTagClassName
{
color: #41924D;
}
</style>
background-color css
<style>
a { background-color: #41924D; }
a { background-color: rgb(65,146,77); }
div.DivClassName
{
background-color: #41924D;
}
.BgClassName
{
background-color: #41924D;
}
</style>
border-color css
<style>
span { border-color: #41924D; }
span { border-color: rgb(65,146,77); }
td.TdClassName
{
border-color: #41924D;
}
.TagClassName
{
border-color: #41924D;
}
</style>