#35542D

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

Shades of Palm Leaf #35542D

Tints of Palm Leaf #35542D

Color information

#35542D (or 0x35542D) is unknown color: approx Palm Leaf. HEX triplet: 35, 54 and 2D. RGB value is (53,84,45). Sum of RGB (Red+Green+Blue) = 53+84+45=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 84 - color contains mainly: green. Hex color #35542D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35542D is #CAABD2. Grayscale: #464646. Windows color (decimal): -13282259 or 2970677. OLE color: 2970677.

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

Color convert

RGB538445-
CMYK0.3700.460.67
HSL107.69º30.23%25.29%-
HSV(B)107.69º46.43%32.94%-
XYZ5.117.293.62-
YUV70.28113.73115.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.12%
GREEN value IS 84 (33.20% from 255) = 46.15%
BLUE value IS 45 (17.97% from 255) = 24.73%
R=29.12%
G=46.15%
B=24.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5384450.3700.460.67107.6930.2325.29
Hex35542D2502E436c1e19
Octal6512455450561031543631
Binary11010110101001011011001010101110100001111011001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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