#349349

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

Shades of Chateau Green #349349

Tints of Chateau Green #349349

Color information

#349349 (or 0x349349) is unknown color: approx Chateau Green. HEX triplet: 34, 93 and 49. RGB value is (52,147,73). Sum of RGB (Red+Green+Blue) = 52+147+73=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #349349 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349349 is #CB6CB6. Grayscale: #6E6E6E. Windows color (decimal): -13331639 or 4821812. OLE color: 4821812.

HSL color Cylindrical-coordinate representation of color #349349: hue angle of 133.26º 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 #349349 is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB5214773-
CMYK0.6500.500.42
HSL133.26º47.74%39.02%-
HSV(B)133.26º64.63%57.65%-
XYZ13.0522.089.88-
YUV110.16107.0386.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.12%
GREEN value IS 147 (57.81% from 255) = 54.04%
BLUE value IS 73 (28.91% from 255) = 26.84%
R=19.12%
G=54.04%
B=26.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52147730.6500.500.42133.2647.7439.02
Hex349349410322A853027
Octal64223111101062522056047
Binary1101001001001110010011000001011001010101010000101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349349; }

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

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

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

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

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

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

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

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