#35551C

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

Shades of Palm Leaf #35551C

Tints of Palm Leaf #35551C

Color information

#35551C (or 0x35551C) is unknown color: approx Palm Leaf. HEX triplet: 35, 55 and 1C. RGB value is (53,85,28). Sum of RGB (Red+Green+Blue) = 53+85+28=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #35551C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35551C is #CAAAE3. Grayscale: #454545. Windows color (decimal): -13282020 or 1856821. OLE color: 1856821.

HSL color Cylindrical-coordinate representation of color #35551C: hue angle of 93.68º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35551C is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB538528-
CMYK0.3800.670.67
HSL93.68º50.44%22.16%-
HSV(B)93.68º67.06%33.33%-
XYZ4.937.342.26-
YUV68.93104.9116.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.93%
GREEN value IS 85 (33.59% from 255) = 51.20%
BLUE value IS 28 (11.33% from 255) = 16.87%
R=31.93%
G=51.20%
B=16.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5385280.3800.670.6793.6850.4422.16
Hex35551C26043435e3216
Octal65125344601031031366226
Binary110101101010111100100110010000111000011101111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,85,28); }

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

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

 a { background-color: rgb(53,85,28); }

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

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

 span { border-color: rgb(53,85,28); }

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