Shades of Chateau Green #349741
Tints of Chateau Green #349741
RGB
CMYK
RGB Variations
Color information
#349741 (or 0x349741) is known color: Chateau Green. HEX triplet: 34, 97 and 41. RGB value is (52,151,65). Sum of RGB (Red+Green+Blue) = 52+151+65=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 151 (59.38% from 255 or 56.34% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 151 - color contains mainly: green. Hex color #349741 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349741 is #CB68BE. Grayscale: #6F6F6F. Windows color (decimal): -13330623 or 4298548. OLE color: 4298548.
HSL color Cylindrical-coordinate representation of color #349741: hue angle of 127.88º 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 #349741 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 151 | 65 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.41 |
| HSL | 127.88º | 0.49% | 0.4% | - |
| HSV(B) | 127.88º | 0.66% | 0.59% | - |
| XYZ | 13.44 | 23.24 | 8.78 | - |
| YUV | 111.6 | 101.7 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 151 | 65 | 0.66 | 0 | 0.57 | 0.41 | 127.88 | 0.49 | 0.4 |
| Hex | 34 | 97 | 41 | 42 | 0 | 39 | 29 | 80 | 31 | 28 |
| Octal | 64 | 227 | 101 | 102 | 0 | 71 | 51 | 200 | 61 | 50 |
| Binary | 110100 | 10010111 | 1000001 | 1000010 | 0 | 111001 | 101001 | 10000000 | 110001 | 101000 |
Color Harmonies of #349741
Complementary color
Monochromatic Colors of #349741
Black with #349741
Text Example
Text Example
White with #349741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349741; }
p { color: rgb(52,151,65); }
H1.HeaderClassName
{
color: #349741;
}
.AnyTagClassName
{
color: #349741;
}
</style>
background-color css
<style>
a { background-color: #349741; }
a { background-color: rgb(52,151,65); }
div.DivClassName
{
background-color: #349741;
}
.BgClassName
{
background-color: #349741;
}
</style>
border-color css
<style>
span { border-color: #349741; }
span { border-color: rgb(52,151,65); }
td.TdClassName
{
border-color: #349741;
}
.TagClassName
{
border-color: #349741;
}
</style>