Shades of Chateau Green #41934D
Tints of Chateau Green #41934D
RGB
CMYK
RGB Variations
Color information
#41934D (or 0x41934D) is known color: Chateau Green. HEX triplet: 41, 93 and 4D. RGB value is (65,147,77). Sum of RGB (Red+Green+Blue) = 65+147+77=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #41934D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41934D is #BE6CB2. Grayscale: #727272. Windows color (decimal): -12479667 or 5083969. OLE color: 5083969.
HSL color Cylindrical-coordinate representation of color #41934D: hue angle of 128.78º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41934D is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 147 | 77 | - |
| CMYK | 0.56 | 0 | 0.48 | 0.42 |
| HSL | 128.78º | 0.39% | 0.42% | - |
| HSV(B) | 128.78º | 0.56% | 0.58% | - |
| XYZ | 13.95 | 22.53 | 10.63 | - |
| YUV | 114.5 | 106.83 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 147 | 77 | 0.56 | 0 | 0.48 | 0.42 | 128.78 | 0.39 | 0.42 |
| Hex | 41 | 93 | 4D | 38 | 0 | 30 | 2A | 81 | 27 | 2A |
| Octal | 101 | 223 | 115 | 70 | 0 | 60 | 52 | 201 | 47 | 52 |
| Binary | 1000001 | 10010011 | 1001101 | 111000 | 0 | 110000 | 101010 | 10000001 | 100111 | 101010 |
Color Harmonies of #41934D
Complementary color
Monochromatic Colors of #41934D
Black with #41934D
Text Example
Text Example
White with #41934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41934D; }
p { color: rgb(65,147,77); }
H1.HeaderClassName
{
color: #41934D;
}
.AnyTagClassName
{
color: #41934D;
}
</style>
background-color css
<style>
a { background-color: #41934D; }
a { background-color: rgb(65,147,77); }
div.DivClassName
{
background-color: #41934D;
}
.BgClassName
{
background-color: #41934D;
}
</style>
border-color css
<style>
span { border-color: #41934D; }
span { border-color: rgb(65,147,77); }
td.TdClassName
{
border-color: #41934D;
}
.TagClassName
{
border-color: #41934D;
}
</style>