Shades of Chateau Green #349448
Tints of Chateau Green #349448
RGB
CMYK
RGB Variations
Color information
#349448 (or 0x349448) is known color: Chateau Green. HEX triplet: 34, 94 and 48. RGB value is (52,148,72). Sum of RGB (Red+Green+Blue) = 52+148+72=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #349448 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349448 is #CB6BB7. Grayscale: #6E6E6E. Windows color (decimal): -13331384 or 4756532. OLE color: 4756532.
HSL color Cylindrical-coordinate representation of color #349448: hue angle of 132.5º 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 #349448 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 148 | 72 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.42 |
| HSL | 132.5º | 0.48% | 0.39% | - |
| HSV(B) | 132.5º | 0.65% | 0.58% | - |
| XYZ | 13.18 | 22.38 | 9.76 | - |
| YUV | 110.63 | 106.2 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 148 | 72 | 0.65 | 0 | 0.51 | 0.42 | 132.5 | 0.48 | 0.39 |
| Hex | 34 | 94 | 48 | 41 | 0 | 33 | 2A | 84 | 30 | 27 |
| Octal | 64 | 224 | 110 | 101 | 0 | 63 | 52 | 204 | 60 | 47 |
| Binary | 110100 | 10010100 | 1001000 | 1000001 | 0 | 110011 | 101010 | 10000100 | 110000 | 100111 |
Color Harmonies of #349448
Complementary color
Monochromatic Colors of #349448
Black with #349448
Text Example
Text Example
White with #349448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349448; }
p { color: rgb(52,148,72); }
H1.HeaderClassName
{
color: #349448;
}
.AnyTagClassName
{
color: #349448;
}
</style>
background-color css
<style>
a { background-color: #349448; }
a { background-color: rgb(52,148,72); }
div.DivClassName
{
background-color: #349448;
}
.BgClassName
{
background-color: #349448;
}
</style>
border-color css
<style>
span { border-color: #349448; }
span { border-color: rgb(52,148,72); }
td.TdClassName
{
border-color: #349448;
}
.TagClassName
{
border-color: #349448;
}
</style>