Shades of Chateau Green #419353
Tints of Chateau Green #419353
RGB
CMYK
RGB Variations
Color information
#419353 (or 0x419353) is known color: Chateau Green. HEX triplet: 41, 93 and 53. RGB value is (65,147,83). Sum of RGB (Red+Green+Blue) = 65+147+83=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #419353 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419353 is #BE6CAC. Grayscale: #737373. Windows color (decimal): -12479661 or 5477185. OLE color: 5477185.
HSL color Cylindrical-coordinate representation of color #419353: hue angle of 133.17º 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 #419353 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 147 | 83 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.42 |
| HSL | 133.17º | 0.39% | 0.42% | - |
| HSV(B) | 133.17º | 0.56% | 0.58% | - |
| XYZ | 14.18 | 22.62 | 11.8 | - |
| YUV | 115.19 | 109.83 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 147 | 83 | 0.56 | 0 | 0.44 | 0.42 | 133.17 | 0.39 | 0.42 |
| Hex | 41 | 93 | 53 | 38 | 0 | 2C | 2A | 85 | 27 | 2A |
| Octal | 101 | 223 | 123 | 70 | 0 | 54 | 52 | 205 | 47 | 52 |
| Binary | 1000001 | 10010011 | 1010011 | 111000 | 0 | 101100 | 101010 | 10000101 | 100111 | 101010 |
Color Harmonies of #419353
Complementary color
Monochromatic Colors of #419353
Black with #419353
Text Example
Text Example
White with #419353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419353; }
p { color: rgb(65,147,83); }
H1.HeaderClassName
{
color: #419353;
}
.AnyTagClassName
{
color: #419353;
}
</style>
background-color css
<style>
a { background-color: #419353; }
a { background-color: rgb(65,147,83); }
div.DivClassName
{
background-color: #419353;
}
.BgClassName
{
background-color: #419353;
}
</style>
border-color css
<style>
span { border-color: #419353; }
span { border-color: rgb(65,147,83); }
td.TdClassName
{
border-color: #419353;
}
.TagClassName
{
border-color: #419353;
}
</style>