#35492E

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

Shades of Palm Leaf #35492E

Tints of Palm Leaf #35492E

Color information

#35492E (or 0x35492E) is unknown color: approx Palm Leaf. HEX triplet: 35, 49 and 2E. RGB value is (53,73,46). Sum of RGB (Red+Green+Blue) = 53+73+46=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 73 - color contains mainly: green. Hex color #35492E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35492E is #CAB6D1. Grayscale: #404040. Windows color (decimal): -13285074 or 3033397. OLE color: 3033397.

HSL color Cylindrical-coordinate representation of color #35492E: hue angle of 104.44º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #35492E is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB537346-
CMYK0.2700.370.71
HSL104.44º22.69%23.33%-
HSV(B)104.44º36.99%28.63%-
XYZ4.345.723.46-
YUV63.94117.87120.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.81%
GREEN value IS 73 (28.91% from 255) = 42.44%
BLUE value IS 46 (18.36% from 255) = 26.74%
R=30.81%
G=42.44%
B=26.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5373460.2700.370.71104.4422.6923.33
Hex35492E1B02547681717
Octal6511156330451071502727
Binary1101011001001101110110110100101100011111010001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35492E; }

 p { color: rgb(53,73,46); }

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

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

 a { background-color: rgb(53,73,46); }

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

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

 span { border-color: rgb(53,73,46); }

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