#35472A

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

Shades of Palm Leaf #35472A

Tints of Palm Leaf #35472A

Color information

#35472A (or 0x35472A) is unknown color: approx Palm Leaf. HEX triplet: 35, 47 and 2A. RGB value is (53,71,42). Sum of RGB (Red+Green+Blue) = 53+71+42=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 71 - color contains mainly: green. Hex color #35472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35472A is #CAB8D5. Grayscale: #3E3E3E. Windows color (decimal): -13285590 or 2770741. OLE color: 2770741.

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

Color convert

RGB537142-
CMYK0.2500.410.72
HSL97.24º25.66%22.16%-
HSV(B)97.24º40.85%27.84%-
XYZ4.145.433.02-
YUV62.31116.54121.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.93%
GREEN value IS 71 (28.12% from 255) = 42.77%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=31.93%
G=42.77%
B=25.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5371420.2500.410.7297.2425.6622.16
Hex35472A1902948611a16
Octal6510752310511101413226
Binary1101011000111101010110010101001100100011000011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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