#345B2A

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

Shades of Green House #345B2A

Tints of Green House #345B2A

Color information

#345B2A (or 0x345B2A) is unknown color: approx Green House. HEX triplet: 34, 5B and 2A. RGB value is (52,91,42). Sum of RGB (Red+Green+Blue) = 52+91+42=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 91 (35.94% from 255 or 49.19% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 91 - color contains mainly: green. Hex color #345B2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345B2A is #CBA4D5. Grayscale: #494949. Windows color (decimal): -13346006 or 2775860. OLE color: 2775860.

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

Color convert

RGB529142-
CMYK0.4300.540.64
HSL107.76º36.84%26.08%-
HSV(B)107.76º53.85%35.69%-
XYZ5.588.383.51-
YUV73.75110.08112.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.11%
GREEN value IS 91 (35.94% from 255) = 49.19%
BLUE value IS 42 (16.80% from 255) = 22.70%
R=28.11%
G=49.19%
B=22.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5291420.4300.540.64107.7636.8426.08
Hex345B2A2B036406c251a
Octal6413352530661001544532
Binary110100101101110101010101101101101000000110110010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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