#35532F

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

Shades of Palm Leaf #35532F

Tints of Palm Leaf #35532F

Color information

#35532F (or 0x35532F) is unknown color: approx Palm Leaf. HEX triplet: 35, 53 and 2F. RGB value is (53,83,47). Sum of RGB (Red+Green+Blue) = 53+83+47=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #35532F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35532F is #CAACD0. Grayscale: #464646. Windows color (decimal): -13282513 or 3101493. OLE color: 3101493.

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

Color convert

RGB538347-
CMYK0.3600.430.67
HSL110º27.69%25.49%-
HSV(B)110º43.37%32.55%-
XYZ5.077.153.8-
YUV69.93115.06115.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 83 (32.81% from 255) = 45.36%
BLUE value IS 47 (18.75% from 255) = 25.68%
R=28.96%
G=45.36%
B=25.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5383470.3600.430.6711027.6925.49
Hex35532F2402B436e1c19
Octal6512357440531031563431
Binary11010110100111011111001000101011100001111011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35532F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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