#35482E

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

Shades of Palm Leaf #35482E

Tints of Palm Leaf #35482E

Color information

#35482E (or 0x35482E) is unknown color: approx Palm Leaf. HEX triplet: 35, 48 and 2E. RGB value is (53,72,46). Sum of RGB (Red+Green+Blue) = 53+72+46=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 72 - color contains mainly: green. Hex color #35482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35482E is #CAB7D1. Grayscale: #3F3F3F. Windows color (decimal): -13285330 or 3033141. OLE color: 3033141.

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

Color convert

RGB537246-
CMYK0.2600.360.72
HSL103.85º22.03%23.14%-
HSV(B)103.85º36.11%28.24%-
XYZ4.285.593.44-
YUV63.36118.21120.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.99%
GREEN value IS 72 (28.52% from 255) = 42.11%
BLUE value IS 46 (18.36% from 255) = 26.90%
R=30.99%
G=42.11%
B=26.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5372460.2600.360.72103.8522.0323.14
Hex35482E1A02448681617
Octal6511056320441101502627
Binary1101011001000101110110100100100100100011010001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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