#346C2C

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

Shades of Green House #346C2C

Tints of Green House #346C2C

Color information

#346C2C (or 0x346C2C) is unknown color: approx Green House. HEX triplet: 34, 6C and 2C. RGB value is (52,108,44). Sum of RGB (Red+Green+Blue) = 52+108+44=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 108 (42.58% from 255 or 52.94% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 108 - color contains mainly: green. Hex color #346C2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346C2C is #CB93D3. Grayscale: #545454. Windows color (decimal): -13341652 or 2911284. OLE color: 2911284.

HSL color Cylindrical-coordinate representation of color #346C2C: hue angle of 112.5º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #346C2C is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.58.

Color convert

RGB5210844-
CMYK0.5200.590.58
HSL112.5º42.11%29.8%-
HSV(B)112.5º59.26%42.35%-
XYZ7.2311.644.25-
YUV83.96105.45105.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.49%
GREEN value IS 108 (42.58% from 255) = 52.94%
BLUE value IS 44 (17.58% from 255) = 21.57%
R=25.49%
G=52.94%
B=21.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52108440.5200.590.58112.542.1129.8
Hex346C2C3403B3A702a1e
Octal641545464073721605236
Binary11010011011001011001101000111011111010111000010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346C2C; }

 p { color: rgb(52,108,44); }

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

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

 a { background-color: rgb(52,108,44); }

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

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

 span { border-color: rgb(52,108,44); }

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