#35542F

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

Shades of Palm Leaf #35542F

Tints of Palm Leaf #35542F

Color information

#35542F (or 0x35542F) is unknown color: approx Palm Leaf. HEX triplet: 35, 54 and 2F. RGB value is (53,84,47). Sum of RGB (Red+Green+Blue) = 53+84+47=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #35542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35542F is #CAABD0. Grayscale: #464646. Windows color (decimal): -13282257 or 3101749. OLE color: 3101749.

HSL color Cylindrical-coordinate representation of color #35542F: hue angle of 110.27º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #35542F is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB538447-
CMYK0.3700.440.67
HSL110.27º28.24%25.69%-
HSV(B)110.27º44.05%32.94%-
XYZ5.157.33.83-
YUV70.51114.73115.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.80%
GREEN value IS 84 (33.20% from 255) = 45.65%
BLUE value IS 47 (18.75% from 255) = 25.54%
R=28.80%
G=45.65%
B=25.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5384470.3700.440.67110.2728.2425.69
Hex35542F2502C436e1c1a
Octal6512457450541031563432
Binary11010110101001011111001010101100100001111011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35542F; }

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

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

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

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

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

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

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

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