#35532D

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

Shades of Palm Leaf #35532D

Tints of Palm Leaf #35532D

Color information

#35532D (or 0x35532D) is unknown color: approx Palm Leaf. HEX triplet: 35, 53 and 2D. RGB value is (53,83,45). Sum of RGB (Red+Green+Blue) = 53+83+45=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #35532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35532D is #CAACD2. Grayscale: #454545. Windows color (decimal): -13282515 or 2970421. OLE color: 2970421.

HSL color Cylindrical-coordinate representation of color #35532D: hue angle of 107.37º 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 #35532D is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB538345-
CMYK0.3600.460.67
HSL107.37º29.69%25.1%-
HSV(B)107.37º45.78%32.55%-
XYZ5.047.133.59-
YUV69.7114.06116.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.28%
GREEN value IS 83 (32.81% from 255) = 45.86%
BLUE value IS 45 (17.97% from 255) = 24.86%
R=29.28%
G=45.86%
B=24.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5383450.3600.460.67107.3729.6925.1
Hex35532D2402E436b1e19
Octal6512355440561031533631
Binary11010110100111011011001000101110100001111010111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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