#35462C

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

Shades of Palm Leaf #35462C

Tints of Palm Leaf #35462C

Color information

#35462C (or 0x35462C) is unknown color: approx Palm Leaf. HEX triplet: 35, 46 and 2C. RGB value is (53,70,44). Sum of RGB (Red+Green+Blue) = 53+70+44=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 70 - color contains mainly: green. Hex color #35462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35462C is #CAB9D3. Grayscale: #3E3E3E. Windows color (decimal): -13285844 or 2901557. OLE color: 2901557.

HSL color Cylindrical-coordinate representation of color #35462C: hue angle of 99.23º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #35462C is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB537044-
CMYK0.2400.370.73
HSL99.23º22.81%22.35%-
HSV(B)99.23º37.14%27.45%-
XYZ4.115.323.19-
YUV61.95117.87121.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 70 (27.73% from 255) = 41.92%
BLUE value IS 44 (17.58% from 255) = 26.35%
R=31.74%
G=41.92%
B=26.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5370440.2400.370.7399.2322.8122.35
Hex35462C1802549631716
Octal6510654300451111432726
Binary1101011000110101100110000100101100100111000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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