#345B29

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

Shades of Green House #345B29

Tints of Green House #345B29

Color information

#345B29 (or 0x345B29) is unknown color: approx Green House. HEX triplet: 34, 5B and 29. RGB value is (52,91,41). Sum of RGB (Red+Green+Blue) = 52+91+41=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 91 (35.94% from 255 or 49.46% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 91 - color contains mainly: green. Hex color #345B29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345B29 is #CBA4D6. Grayscale: #494949. Windows color (decimal): -13346007 or 2710324. OLE color: 2710324.

HSL color Cylindrical-coordinate representation of color #345B29: hue angle of 106.8º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #345B29 is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.

Color convert

RGB529141-
CMYK0.4300.550.64
HSL106.8º37.88%25.88%-
HSV(B)106.8º54.95%35.69%-
XYZ5.568.373.42-
YUV73.64109.58112.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.26%
GREEN value IS 91 (35.94% from 255) = 49.46%
BLUE value IS 41 (16.41% from 255) = 22.28%
R=28.26%
G=49.46%
B=22.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5291410.4300.550.64106.837.8825.88
Hex345B292B037406b261a
Octal6413351530671001534632
Binary110100101101110100110101101101111000000110101110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345B29; }

 p { color: rgb(52,91,41); }

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

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

 a { background-color: rgb(52,91,41); }

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

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

 span { border-color: rgb(52,91,41); }

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