Shades of Chateau Green #349441
Tints of Chateau Green #349441
RGB
CMYK
RGB Variations
Color information
#349441 (or 0x349441) is known color: Chateau Green. HEX triplet: 34, 94 and 41. RGB value is (52,148,65). Sum of RGB (Red+Green+Blue) = 52+148+65=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 148 (58.20% from 255 or 55.85% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 148 - color contains mainly: green. Hex color #349441 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349441 is #CB6BBE. Grayscale: #6E6E6E. Windows color (decimal): -13331391 or 4297780. OLE color: 4297780.
HSL color Cylindrical-coordinate representation of color #349441: hue angle of 128.12º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349441 is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 148 | 65 | - |
| CMYK | 0.65 | 0 | 0.56 | 0.42 |
| HSL | 128.13º | 0.48% | 0.39% | - |
| HSV(B) | 128.13º | 0.65% | 0.58% | - |
| XYZ | 12.96 | 22.29 | 8.62 | - |
| YUV | 109.83 | 102.7 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 148 | 65 | 0.65 | 0 | 0.56 | 0.42 | 128.13 | 0.48 | 0.39 |
| Hex | 34 | 94 | 41 | 41 | 0 | 38 | 2A | 80 | 30 | 27 |
| Octal | 64 | 224 | 101 | 101 | 0 | 70 | 52 | 200 | 60 | 47 |
| Binary | 110100 | 10010100 | 1000001 | 1000001 | 0 | 111000 | 101010 | 10000000 | 110000 | 100111 |
Color Harmonies of #349441
Complementary color
Monochromatic Colors of #349441
Black with #349441
Text Example
Text Example
White with #349441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349441; }
p { color: rgb(52,148,65); }
H1.HeaderClassName
{
color: #349441;
}
.AnyTagClassName
{
color: #349441;
}
</style>
background-color css
<style>
a { background-color: #349441; }
a { background-color: rgb(52,148,65); }
div.DivClassName
{
background-color: #349441;
}
.BgClassName
{
background-color: #349441;
}
</style>
border-color css
<style>
span { border-color: #349441; }
span { border-color: rgb(52,148,65); }
td.TdClassName
{
border-color: #349441;
}
.TagClassName
{
border-color: #349441;
}
</style>