#35472B

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

Shades of Palm Leaf #35472B

Tints of Palm Leaf #35472B

Color information

#35472B (or 0x35472B) is unknown color: approx Palm Leaf. HEX triplet: 35, 47 and 2B. RGB value is (53,71,43). Sum of RGB (Red+Green+Blue) = 53+71+43=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 71 - color contains mainly: green. Hex color #35472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35472B is #CAB8D4. Grayscale: #3E3E3E. Windows color (decimal): -13285589 or 2836277. OLE color: 2836277.

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

Color convert

RGB537143-
CMYK0.2500.390.72
HSL98.57º24.56%22.35%-
HSV(B)98.57º39.44%27.84%-
XYZ4.165.443.12-
YUV62.43117.04121.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 71 (28.12% from 255) = 42.51%
BLUE value IS 43 (17.19% from 255) = 25.75%
R=31.74%
G=42.51%
B=25.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5371430.2500.390.7298.5724.5622.35
Hex35472B1902748631916
Octal6510753310471101433126
Binary1101011000111101011110010100111100100011000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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