#354834

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

Shades of Palm Leaf #354834

Tints of Palm Leaf #354834

Color information

#354834 (or 0x354834) is unknown color: approx Palm Leaf. HEX triplet: 35, 48 and 34. RGB value is (53,72,52). Sum of RGB (Red+Green+Blue) = 53+72+52=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 52 (20.70% from 255 or 29.38% from 177); Max value from RGB is 72 - color contains mainly: green. Hex color #354834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354834 is #CAB7CB. Grayscale: #404040. Windows color (decimal): -13285324 or 3426357. OLE color: 3426357.

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

Color convert

RGB537252-
CMYK0.2600.280.72
HSL117º16.13%24.31%-
HSV(B)117º27.78%28.24%-
XYZ4.415.644.11-
YUV64.04121.21120.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.94%
GREEN value IS 72 (28.52% from 255) = 40.68%
BLUE value IS 52 (20.70% from 255) = 29.38%
R=29.94%
G=40.68%
B=29.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5372520.2600.280.7211716.1324.31
Hex3548341A01C48751018
Octal6511064320341101652030
Binary110101100100011010011010011100100100011101011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354834; }

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

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

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

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

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

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

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

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