#345728

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

Shades of Palm Leaf #345728

Tints of Palm Leaf #345728

Color information

#345728 (or 0x345728) is unknown color: approx Palm Leaf. HEX triplet: 34, 57 and 28. RGB value is (52,87,40). Sum of RGB (Red+Green+Blue) = 52+87+40=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 87 (34.38% from 255 or 48.60% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 87 - color contains mainly: green. Hex color #345728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345728 is #CBA8D7. Grayscale: #474747. Windows color (decimal): -13347032 or 2643764. OLE color: 2643764.

HSL color Cylindrical-coordinate representation of color #345728: hue angle of 104.68º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #345728 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.66.

Color convert

RGB528740-
CMYK0.4000.540.66
HSL104.68º37.01%24.9%-
HSV(B)104.68º54.02%34.12%-
XYZ5.217.73.22-
YUV71.18110.4114.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.05%
GREEN value IS 87 (34.38% from 255) = 48.60%
BLUE value IS 40 (16.02% from 255) = 22.35%
R=29.05%
G=48.60%
B=22.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5287400.4000.540.66104.6837.0124.9
Hex3457282803642692519
Octal6412750500661021514531
Binary110100101011110100010100001101101000010110100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345728; }

 p { color: rgb(52,87,40); }

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

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

 a { background-color: rgb(52,87,40); }

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

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

 span { border-color: rgb(52,87,40); }

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