#335720

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

Shades of Palm Leaf #335720

Tints of Palm Leaf #335720

Color information

#335720 (or 0x335720) is unknown color: approx Palm Leaf. HEX triplet: 33, 57 and 20. RGB value is (51,87,32). Sum of RGB (Red+Green+Blue) = 51+87+32=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 87 (34.38% from 255 or 51.18% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 87 - color contains mainly: green. Hex color #335720 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335720 is #CCA8DF. Grayscale: #464646. Windows color (decimal): -13412576 or 2119475. OLE color: 2119475.

HSL color Cylindrical-coordinate representation of color #335720: hue angle of 99.27º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #335720 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB518732-
CMYK0.4100.630.66
HSL99.27º46.22%23.33%-
HSV(B)99.27º63.22%34.12%-
XYZ5.037.622.57-
YUV69.97106.57114.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30%
GREEN value IS 87 (34.38% from 255) = 51.18%
BLUE value IS 32 (12.89% from 255) = 18.82%
R=30%
G=51.18%
B=18.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5187320.4100.630.6699.2746.2223.33
Hex3357202903F42632e17
Octal6312740510771021435627
Binary110011101011110000010100101111111000010110001110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335720; }

 p { color: rgb(51,87,32); }

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

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

 a { background-color: rgb(51,87,32); }

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

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

 span { border-color: rgb(51,87,32); }

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