#345B19

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

Shades of Palm Leaf #345B19

Tints of Palm Leaf #345B19

Color information

#345B19 (or 0x345B19) is unknown color: approx Palm Leaf. HEX triplet: 34, 5B and 19. RGB value is (52,91,25). Sum of RGB (Red+Green+Blue) = 52+91+25=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 91 (35.94% from 255 or 54.17% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 91 - color contains mainly: green. Hex color #345B19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345B19 is #CBA4E6. Grayscale: #484848. Windows color (decimal): -13346023 or 1661748. OLE color: 1661748.

HSL color Cylindrical-coordinate representation of color #345B19: hue angle of 95.45º degrees, saturation: 0.57, 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 #345B19 is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.

Color convert

RGB529125-
CMYK0.4300.730.64
HSL95.45º56.9%22.75%-
HSV(B)95.45º72.53%35.69%-
XYZ5.338.282.24-
YUV71.81101.58113.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.95%
GREEN value IS 91 (35.94% from 255) = 54.17%
BLUE value IS 25 (10.16% from 255) = 14.88%
R=30.95%
G=54.17%
B=14.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5291250.4300.730.6495.4556.922.75
Hex345B192B049405f3917
Octal64133315301111001377127
Binary110100101101111001101011010010011000000101111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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