#349949

Color #349949 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #349949

Tints of Chateau Green #349949

Color information

#349949 (or 0x349949) is unknown color: approx Chateau Green. HEX triplet: 34, 99 and 49. RGB value is (52,153,73). Sum of RGB (Red+Green+Blue) = 52+153+73=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 153 (60.16% from 255 or 55.04% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 153 - color contains mainly: green. Hex color #349949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349949 is #CB66B6. Grayscale: #717171. Windows color (decimal): -13330103 or 4823348. OLE color: 4823348.

HSL color Cylindrical-coordinate representation of color #349949: hue angle of 132.48º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349949 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB5215373-
CMYK0.6600.520.4
HSL132.48º49.27%40.2%-
HSV(B)132.48º66.01%60%-
XYZ14.0123.9910.2-
YUV113.68105.0484-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 18.71%
GREEN value IS 153 (60.16% from 255) = 55.04%
BLUE value IS 73 (28.91% from 255) = 26.26%
R=18.71%
G=55.04%
B=26.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal52153730.6600.520.4132.4849.2740.2
Hex3499494203428843128
Octal64231111102064502046150
Binary1101001001100110010011000010011010010100010000100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349949; }

 p { color: rgb(52,153,73); }

 H1.HeaderClassName
 {
   color: #349949;
 }
 .AnyTagClassName
 {
   color: #349949;
 }
</style>
background-color css

<style>
 a { background-color: #349949; }

 a { background-color: rgb(52,153,73); }

 div.DivClassName
 {
   background-color: #349949;
 }
 .BgClassName
 {
   background-color: #349949;
 }
</style>
border-color css

<style>
 span { border-color: #349949; }

 span { border-color: rgb(52,153,73); }

 td.TdClassName
 {
   border-color: #349949;
 }
 .TagClassName
 {
   border-color: #349949;
 }
</style>