#345A16

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

Shades of Palm Leaf #345A16

Tints of Palm Leaf #345A16

Color information

#345A16 (or 0x345A16) is unknown color: approx Palm Leaf. HEX triplet: 34, 5A and 16. RGB value is (52,90,22). Sum of RGB (Red+Green+Blue) = 52+90+22=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 90 (35.55% from 255 or 54.88% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 90 - color contains mainly: green. Hex color #345A16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345A16 is #CBA5E9. Grayscale: #474747. Windows color (decimal): -13346282 or 1464884. OLE color: 1464884.

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

Color convert

RGB529022-
CMYK0.4200.760.65
HSL93.53º60.71%21.96%-
HSV(B)93.53º75.56%35.29%-
XYZ5.228.12.05-
YUV70.89100.41114.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.71%
GREEN value IS 90 (35.55% from 255) = 54.88%
BLUE value IS 22 (8.98% from 255) = 13.41%
R=31.71%
G=54.88%
B=13.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5290220.4200.760.6593.5360.7121.96
Hex345A162A04C415e3d16
Octal64132265201141011367526
Binary110100101101010110101010010011001000001101111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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