#346E2A

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

Shades of Green House #346E2A

Tints of Green House #346E2A

Color information

#346E2A (or 0x346E2A) is unknown color: approx Green House. HEX triplet: 34, 6E and 2A. RGB value is (52,110,42). Sum of RGB (Red+Green+Blue) = 52+110+42=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 110 (43.36% from 255 or 53.92% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 110 - color contains mainly: green. Hex color #346E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346E2A is #CB91D5. Grayscale: #555555. Windows color (decimal): -13341142 or 2780724. OLE color: 2780724.

HSL color Cylindrical-coordinate representation of color #346E2A: hue angle of 111.18º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #346E2A is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.57.

Color convert

RGB5211042-
CMYK0.5300.620.57
HSL111.18º44.74%29.8%-
HSV(B)111.18º61.82%43.14%-
XYZ7.4112.054.13-
YUV84.91103.78104.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.49%
GREEN value IS 110 (43.36% from 255) = 53.92%
BLUE value IS 42 (16.80% from 255) = 20.59%
R=25.49%
G=53.92%
B=20.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52110420.5300.620.57111.1844.7429.8
Hex346E2A3503E396f2d1e
Octal641565265076711575536
Binary11010011011101010101101010111110111001110111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,110,42); }

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

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

 a { background-color: rgb(52,110,42); }

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

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

 span { border-color: rgb(52,110,42); }

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