#35482A

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

Shades of Palm Leaf #35482A

Tints of Palm Leaf #35482A

Color information

#35482A (or 0x35482A) is unknown color: approx Palm Leaf. HEX triplet: 35, 48 and 2A. RGB value is (53,72,42). Sum of RGB (Red+Green+Blue) = 53+72+42=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #35482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35482A is #CAB7D5. Grayscale: #3E3E3E. Windows color (decimal): -13285334 or 2770997. OLE color: 2770997.

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

Color convert

RGB537242-
CMYK0.2600.420.72
HSL98º26.32%22.35%-
HSV(B)98º41.67%28.24%-
XYZ4.25.563.04-
YUV62.9116.21120.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 72 (28.52% from 255) = 43.11%
BLUE value IS 42 (16.80% from 255) = 25.15%
R=31.74%
G=43.11%
B=25.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5372420.2600.420.729826.3222.35
Hex35482A1A02A48621a16
Octal6511052320521101423226
Binary1101011001000101010110100101010100100011000101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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