#345627

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

Shades of Palm Leaf #345627

Tints of Palm Leaf #345627

Color information

#345627 (or 0x345627) is unknown color: approx Palm Leaf. HEX triplet: 34, 56 and 27. RGB value is (52,86,39). Sum of RGB (Red+Green+Blue) = 52+86+39=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 86 (33.98% from 255 or 48.59% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 86 - color contains mainly: green. Hex color #345627 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345627 is #CBA9D8. Grayscale: #464646. Windows color (decimal): -13347289 or 2577972. OLE color: 2577972.

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

Color convert

RGB528639-
CMYK0.4000.550.66
HSL103.4º37.6%24.51%-
HSV(B)103.4º54.65%33.73%-
XYZ5.117.533.1-
YUV70.48110.24114.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.38%
GREEN value IS 86 (33.98% from 255) = 48.59%
BLUE value IS 39 (15.62% from 255) = 22.03%
R=29.38%
G=48.59%
B=22.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5286390.4000.550.66103.437.624.51
Hex3456272803742672619
Octal6412647500671021474631
Binary110100101011010011110100001101111000010110011110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345627; }

 p { color: rgb(52,86,39); }

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

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

 a { background-color: rgb(52,86,39); }

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

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

 span { border-color: rgb(52,86,39); }

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