#345A21

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

Shades of Palm Leaf #345A21

Tints of Palm Leaf #345A21

Color information

#345A21 (or 0x345A21) is unknown color: approx Palm Leaf. HEX triplet: 34, 5A and 21. RGB value is (52,90,33). Sum of RGB (Red+Green+Blue) = 52+90+33=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #345A21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345A21 is #CBA5DE. Grayscale: #484848. Windows color (decimal): -13346271 or 2185780. OLE color: 2185780.

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

Color convert

RGB529033-
CMYK0.4200.630.65
HSL100º46.34%24.12%-
HSV(B)100º63.33%35.29%-
XYZ5.358.152.73-
YUV72.14105.91113.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.71%
GREEN value IS 90 (35.55% from 255) = 51.43%
BLUE value IS 33 (13.28% from 255) = 18.86%
R=29.71%
G=51.43%
B=18.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5290330.4200.630.6510046.3424.12
Hex345A212A03F41642e18
Octal6413241520771011445630
Binary110100101101010000110101001111111000001110010010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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