#345A28

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

Shades of Green House #345A28

Tints of Green House #345A28

Color information

#345A28 (or 0x345A28) is unknown color: approx Green House. HEX triplet: 34, 5A and 28. RGB value is (52,90,40). Sum of RGB (Red+Green+Blue) = 52+90+40=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 90 (35.55% from 255 or 49.45% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 90 - color contains mainly: green. Hex color #345A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345A28 is #CBA5D7. Grayscale: #494949. Windows color (decimal): -13346264 or 2644532. OLE color: 2644532.

HSL color Cylindrical-coordinate representation of color #345A28: hue angle of 105.6º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #345A28 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB529040-
CMYK0.4200.560.65
HSL105.6º38.46%25.49%-
HSV(B)105.6º55.56%35.29%-
XYZ5.468.23.3-
YUV72.94109.41113.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.57%
GREEN value IS 90 (35.55% from 255) = 49.45%
BLUE value IS 40 (16.02% from 255) = 21.98%
R=28.57%
G=49.45%
B=21.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5290400.4200.560.65105.638.4625.49
Hex345A282A038416a2619
Octal6413250520701011524631
Binary110100101101010100010101001110001000001110101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,90,40); }

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

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

 a { background-color: rgb(52,90,40); }

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

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

 span { border-color: rgb(52,90,40); }

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