#354734

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

Shades of Palm Leaf #354734

Tints of Palm Leaf #354734

Color information

#354734 (or 0x354734) is unknown color: approx Palm Leaf. HEX triplet: 35, 47 and 34. RGB value is (53,71,52). Sum of RGB (Red+Green+Blue) = 53+71+52=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 71 - color contains mainly: green. Hex color #354734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354734 is #CAB8CB. Grayscale: #3F3F3F. Windows color (decimal): -13285580 or 3426101. OLE color: 3426101.

HSL color Cylindrical-coordinate representation of color #354734: hue angle of 116.84º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #354734 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.72.

Color convert

RGB537152-
CMYK0.2500.270.72
HSL116.84º15.45%24.12%-
HSV(B)116.84º26.76%27.84%-
XYZ4.345.514.08-
YUV63.45121.54120.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.11%
GREEN value IS 71 (28.12% from 255) = 40.34%
BLUE value IS 52 (20.70% from 255) = 29.55%
R=30.11%
G=40.34%
B=29.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5371520.2500.270.72116.8415.4524.12
Hex3547341901B4875f18
Octal6510764310331101651730
Binary11010110001111101001100101101110010001110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354734; }

 p { color: rgb(53,71,52); }

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

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

 a { background-color: rgb(53,71,52); }

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

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

 span { border-color: rgb(53,71,52); }

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