Shades of Chateau Green #349442
Tints of Chateau Green #349442
RGB
CMYK
RGB Variations
Color information
#349442 (or 0x349442) is known color: Chateau Green. HEX triplet: 34, 94 and 42. RGB value is (52,148,66). Sum of RGB (Red+Green+Blue) = 52+148+66=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #349442 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349442 is #CB6BBD. Grayscale: #6E6E6E. Windows color (decimal): -13331390 or 4363316. OLE color: 4363316.
HSL color Cylindrical-coordinate representation of color #349442: hue angle of 128.75º 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 #349442 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 148 | 66 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.42 |
| HSL | 128.75º | 0.48% | 0.39% | - |
| HSV(B) | 128.75º | 0.65% | 0.58% | - |
| XYZ | 12.99 | 22.3 | 8.77 | - |
| YUV | 109.95 | 103.2 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 148 | 66 | 0.65 | 0 | 0.55 | 0.42 | 128.75 | 0.48 | 0.39 |
| Hex | 34 | 94 | 42 | 41 | 0 | 37 | 2A | 81 | 30 | 27 |
| Octal | 64 | 224 | 102 | 101 | 0 | 67 | 52 | 201 | 60 | 47 |
| Binary | 110100 | 10010100 | 1000010 | 1000001 | 0 | 110111 | 101010 | 10000001 | 110000 | 100111 |
Color Harmonies of #349442
Complementary color
Monochromatic Colors of #349442
Black with #349442
Text Example
Text Example
White with #349442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349442; }
p { color: rgb(52,148,66); }
H1.HeaderClassName
{
color: #349442;
}
.AnyTagClassName
{
color: #349442;
}
</style>
background-color css
<style>
a { background-color: #349442; }
a { background-color: rgb(52,148,66); }
div.DivClassName
{
background-color: #349442;
}
.BgClassName
{
background-color: #349442;
}
</style>
border-color css
<style>
span { border-color: #349442; }
span { border-color: rgb(52,148,66); }
td.TdClassName
{
border-color: #349442;
}
.TagClassName
{
border-color: #349442;
}
</style>