#346A2E

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

Shades of Green House #346A2E

Tints of Green House #346A2E

Color information

#346A2E (or 0x346A2E) is unknown color: approx Green House. HEX triplet: 34, 6A and 2E. RGB value is (52,106,46). Sum of RGB (Red+Green+Blue) = 52+106+46=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 106 (41.80% from 255 or 51.96% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 106 - color contains mainly: green. Hex color #346A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346A2E is #CB95D1. Grayscale: #535353. Windows color (decimal): -13342162 or 3041844. OLE color: 3041844.

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

Color convert

RGB5210646-
CMYK0.5100.570.58
HSL114º39.47%29.8%-
HSV(B)114º56.6%41.57%-
XYZ7.0611.244.38-
YUV83.01107.11105.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.49%
GREEN value IS 106 (41.80% from 255) = 51.96%
BLUE value IS 46 (18.36% from 255) = 22.55%
R=25.49%
G=51.96%
B=22.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52106460.5100.570.5811439.4729.8
Hex346A2E330393A72271e
Octal641525663071721624736
Binary11010011010101011101100110111001111010111001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,106,46); }

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

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

 a { background-color: rgb(52,106,46); }

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

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

 span { border-color: rgb(52,106,46); }

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