#355429

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

Shades of Palm Leaf #355429

Tints of Palm Leaf #355429

Color information

#355429 (or 0x355429) is unknown color: approx Palm Leaf. HEX triplet: 35, 54 and 29. RGB value is (53,84,41). Sum of RGB (Red+Green+Blue) = 53+84+41=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #355429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355429 is #CAABD6. Grayscale: #454545. Windows color (decimal): -13282263 or 2708533. OLE color: 2708533.

HSL color Cylindrical-coordinate representation of color #355429: hue angle of 103.26º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #355429 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB538441-
CMYK0.3700.510.67
HSL103.26º34.4%24.51%-
HSV(B)103.26º51.19%32.94%-
XYZ5.047.263.23-
YUV69.83111.73116-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.78%
GREEN value IS 84 (33.20% from 255) = 47.19%
BLUE value IS 41 (16.41% from 255) = 23.03%
R=29.78%
G=47.19%
B=23.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5384410.3700.510.67103.2634.424.51
Hex3554292503343672219
Octal6512451450631031474231
Binary110101101010010100110010101100111000011110011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355429; }

 p { color: rgb(53,84,41); }

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

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

 a { background-color: rgb(53,84,41); }

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

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

 span { border-color: rgb(53,84,41); }

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