#35482C

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

Shades of Palm Leaf #35482C

Tints of Palm Leaf #35482C

Color information

#35482C (or 0x35482C) is unknown color: approx Palm Leaf. HEX triplet: 35, 48 and 2C. RGB value is (53,72,44). Sum of RGB (Red+Green+Blue) = 53+72+44=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 72 - color contains mainly: green. Hex color #35482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35482C is #CAB7D3. Grayscale: #3F3F3F. Windows color (decimal): -13285332 or 2902069. OLE color: 2902069.

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

Color convert

RGB537244-
CMYK0.2600.390.72
HSL100.71º24.14%22.75%-
HSV(B)100.71º38.89%28.24%-
XYZ4.245.573.24-
YUV63.13117.21120.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.36%
GREEN value IS 72 (28.52% from 255) = 42.60%
BLUE value IS 44 (17.58% from 255) = 26.04%
R=31.36%
G=42.60%
B=26.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5372440.2600.390.72100.7124.1422.75
Hex35482C1A02748651817
Octal6511054320471101453027
Binary1101011001000101100110100100111100100011001011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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