#345918

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

Shades of Palm Leaf #345918

Tints of Palm Leaf #345918

Color information

#345918 (or 0x345918) is unknown color: approx Palm Leaf. HEX triplet: 34, 59 and 18. RGB value is (52,89,24). Sum of RGB (Red+Green+Blue) = 52+89+24=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 89 (35.16% from 255 or 53.94% from 165); Blue value is 24 (9.77% from 255 or 14.55% from 165); Max value from RGB is 89 - color contains mainly: green. Hex color #345918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345918 is #CBA6E7. Grayscale: #464646. Windows color (decimal): -13346536 or 1595700. OLE color: 1595700.

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

Color convert

RGB528924-
CMYK0.4200.730.65
HSL94.15º57.52%22.16%-
HSV(B)94.15º73.03%34.9%-
XYZ5.157.942.13-
YUV70.53101.74114.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.52%
GREEN value IS 89 (35.16% from 255) = 53.94%
BLUE value IS 24 (9.77% from 255) = 14.55%
R=31.52%
G=53.94%
B=14.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5289240.4200.730.6594.1557.5222.16
Hex3459182A049415e3a16
Octal64131305201111011367226
Binary110100101100111000101010010010011000001101111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345918; }

 p { color: rgb(52,89,24); }

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

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

 a { background-color: rgb(52,89,24); }

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

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

 span { border-color: rgb(52,89,24); }

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