Shades of Chateau Green #349C43
Tints of Chateau Green #349C43
RGB
CMYK
RGB Variations
Color information
#349C43 (or 0x349C43) is known color: Chateau Green. HEX triplet: 34, 9C and 43. RGB value is (52,156,67). Sum of RGB (Red+Green+Blue) = 52+156+67=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 156 (61.33% from 255 or 56.73% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 156 - color contains mainly: green. Hex color #349C43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349C43 is #CB63BC. Grayscale: #737373. Windows color (decimal): -13329341 or 4430900. OLE color: 4430900.
HSL color Cylindrical-coordinate representation of color #349C43: hue angle of 128.65º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349C43 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 156 | 67 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.39 |
| HSL | 128.65º | 0.5% | 0.41% | - |
| HSV(B) | 128.65º | 0.67% | 0.61% | - |
| XYZ | 14.32 | 24.91 | 9.36 | - |
| YUV | 114.76 | 101.04 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 156 | 67 | 0.67 | 0 | 0.57 | 0.39 | 128.65 | 0.5 | 0.41 |
| Hex | 34 | 9C | 43 | 43 | 0 | 39 | 27 | 81 | 32 | 29 |
| Octal | 64 | 234 | 103 | 103 | 0 | 71 | 47 | 201 | 62 | 51 |
| Binary | 110100 | 10011100 | 1000011 | 1000011 | 0 | 111001 | 100111 | 10000001 | 110010 | 101001 |
Color Harmonies of #349C43
Complementary color
Monochromatic Colors of #349C43
Black with #349C43
Text Example
Text Example
White with #349C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349C43; }
p { color: rgb(52,156,67); }
H1.HeaderClassName
{
color: #349C43;
}
.AnyTagClassName
{
color: #349C43;
}
</style>
background-color css
<style>
a { background-color: #349C43; }
a { background-color: rgb(52,156,67); }
div.DivClassName
{
background-color: #349C43;
}
.BgClassName
{
background-color: #349C43;
}
</style>
border-color css
<style>
span { border-color: #349C43; }
span { border-color: rgb(52,156,67); }
td.TdClassName
{
border-color: #349C43;
}
.TagClassName
{
border-color: #349C43;
}
</style>