Shades of Chateau Green #349742
Tints of Chateau Green #349742
RGB
CMYK
RGB Variations
Color information
#349742 (or 0x349742) is known color: Chateau Green. HEX triplet: 34, 97 and 42. RGB value is (52,151,66). Sum of RGB (Red+Green+Blue) = 52+151+66=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 151 (59.38% from 255 or 56.13% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 151 - color contains mainly: green. Hex color #349742 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349742 is #CB68BD. Grayscale: #6F6F6F. Windows color (decimal): -13330622 or 4364084. OLE color: 4364084.
HSL color Cylindrical-coordinate representation of color #349742: hue angle of 128.48º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349742 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 151 | 66 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.41 |
| HSL | 128.48º | 0.49% | 0.4% | - |
| HSV(B) | 128.48º | 0.66% | 0.59% | - |
| XYZ | 13.47 | 23.26 | 8.93 | - |
| YUV | 111.71 | 102.2 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 151 | 66 | 0.66 | 0 | 0.56 | 0.41 | 128.48 | 0.49 | 0.4 |
| Hex | 34 | 97 | 42 | 42 | 0 | 38 | 29 | 80 | 31 | 28 |
| Octal | 64 | 227 | 102 | 102 | 0 | 70 | 51 | 200 | 61 | 50 |
| Binary | 110100 | 10010111 | 1000010 | 1000010 | 0 | 111000 | 101001 | 10000000 | 110001 | 101000 |
Color Harmonies of #349742
Complementary color
Monochromatic Colors of #349742
Black with #349742
Text Example
Text Example
White with #349742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349742; }
p { color: rgb(52,151,66); }
H1.HeaderClassName
{
color: #349742;
}
.AnyTagClassName
{
color: #349742;
}
</style>
background-color css
<style>
a { background-color: #349742; }
a { background-color: rgb(52,151,66); }
div.DivClassName
{
background-color: #349742;
}
.BgClassName
{
background-color: #349742;
}
</style>
border-color css
<style>
span { border-color: #349742; }
span { border-color: rgb(52,151,66); }
td.TdClassName
{
border-color: #349742;
}
.TagClassName
{
border-color: #349742;
}
</style>