#35472D

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

Shades of Palm Leaf #35472D

Tints of Palm Leaf #35472D

Color information

#35472D (or 0x35472D) is unknown color: approx Palm Leaf. HEX triplet: 35, 47 and 2D. RGB value is (53,71,45). Sum of RGB (Red+Green+Blue) = 53+71+45=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 71 - color contains mainly: green. Hex color #35472D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35472D is #CAB8D2. Grayscale: #3E3E3E. Windows color (decimal): -13285587 or 2967349. OLE color: 2967349.

HSL color Cylindrical-coordinate representation of color #35472D: hue angle of 101.54º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #35472D is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB537145-
CMYK0.2500.370.72
HSL101.54º22.41%22.75%-
HSV(B)101.54º36.62%27.84%-
XYZ4.25.453.31-
YUV62.65118.04121.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.36%
GREEN value IS 71 (28.12% from 255) = 42.01%
BLUE value IS 45 (17.97% from 255) = 26.63%
R=31.36%
G=42.01%
B=26.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5371450.2500.370.72101.5422.4122.75
Hex35472D1902548661617
Octal6510755310451101462627
Binary1101011000111101101110010100101100100011001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35472D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35472D; }

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

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

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

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

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

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

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

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