#345D19

Color #345D19 Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #345D19

Tints of Palm Leaf #345D19

Color information

#345D19 (or 0x345D19) is unknown color: approx Palm Leaf. HEX triplet: 34, 5D and 19. RGB value is (52,93,25). Sum of RGB (Red+Green+Blue) = 52+93+25=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 93 (36.72% from 255 or 54.71% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 93 - color contains mainly: green. Hex color #345D19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345D19 is #CBA2E6. Grayscale: #494949. Windows color (decimal): -13345511 or 1662260. OLE color: 1662260.

HSL color Cylindrical-coordinate representation of color #345D19: hue angle of 96.18º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #345D19 is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.

Color convert

RGB529325-
CMYK0.4400.730.64
HSL96.18º57.63%23.14%-
HSV(B)96.18º73.12%36.47%-
XYZ5.518.632.3-
YUV72.99100.92113.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.59%
GREEN value IS 93 (36.72% from 255) = 54.71%
BLUE value IS 25 (10.16% from 255) = 14.71%
R=30.59%
G=54.71%
B=14.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5293250.4400.730.6496.1857.6323.14
Hex345D192C04940603a17
Octal64135315401111001407227
Binary110100101110111001101100010010011000000110000011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,93,25); }

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

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

 a { background-color: rgb(52,93,25); }

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

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

 span { border-color: rgb(52,93,25); }

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