#335524

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

Shades of Palm Leaf #335524

Tints of Palm Leaf #335524

Color information

#335524 (or 0x335524) is unknown color: approx Palm Leaf. HEX triplet: 33, 55 and 24. RGB value is (51,85,36). Sum of RGB (Red+Green+Blue) = 51+85+36=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #335524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335524 is #CCAADB. Grayscale: #454545. Windows color (decimal): -13413084 or 2381107. OLE color: 2381107.

HSL color Cylindrical-coordinate representation of color #335524: hue angle of 101.63º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #335524 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB518536-
CMYK0.4000.580.67
HSL101.63º40.5%23.73%-
HSV(B)101.63º57.65%33.33%-
XYZ4.937.332.82-
YUV69.25109.24114.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.65%
GREEN value IS 85 (33.59% from 255) = 49.42%
BLUE value IS 36 (14.45% from 255) = 20.93%
R=29.65%
G=49.42%
B=20.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5185360.4000.580.67101.6340.523.73
Hex3355242803A43662818
Octal6312544500721031465030
Binary110011101010110010010100001110101000011110011010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335524; }

 p { color: rgb(51,85,36); }

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

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

 a { background-color: rgb(51,85,36); }

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

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

 span { border-color: rgb(51,85,36); }

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