#345e1c

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

Shades of Green House #345E1C

Tints of Green House #345E1C

Color information

#345E1C (or 0x345E1C) is unknown color: approx Green House. HEX triplet: 34, 5E and 1C. RGB value is (52,94,28). Sum of RGB (Red+Green+Blue) = 52+94+28=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 94 (37.11% from 255 or 54.02% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 94 - color contains mainly: green. Hex color #345E1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345E1C is #CBA1E3. Grayscale: #4A4A4A. Windows color (decimal): -13345252 or 1859124. OLE color: 1859124.

HSL color Cylindrical-coordinate representation of color #345E1C: hue angle of 98.18º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #345E1C is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.63.

Color convert

RGB529428-
CMYK0.4500.700.63
HSL98.18º54.1%23.92%-
HSV(B)98.18º70.21%36.86%-
XYZ5.638.822.5-
YUV73.92102.09112.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.89%
GREEN value IS 94 (37.11% from 255) = 54.02%
BLUE value IS 28 (11.33% from 255) = 16.09%
R=29.89%
G=54.02%
B=16.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5294280.4500.700.6398.1854.123.92
Hex345E1C2D0463F623618
Octal6413634550106771426630
Binary11010010111101110010110101000110111111110001011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345e1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,94,28); }

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

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

 a { background-color: rgb(52,94,28); }

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

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

 span { border-color: rgb(52,94,28); }

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