#335424

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

Shades of Palm Leaf #335424

Tints of Palm Leaf #335424

Color information

#335424 (or 0x335424) is unknown color: approx Palm Leaf. HEX triplet: 33, 54 and 24. RGB value is (51,84,36). Sum of RGB (Red+Green+Blue) = 51+84+36=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #335424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335424 is #CCABDB. Grayscale: #444444. Windows color (decimal): -13413340 or 2380851. OLE color: 2380851.

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

Color convert

RGB518436-
CMYK0.3900.570.67
HSL101.25º40%23.53%-
HSV(B)101.25º57.14%32.94%-
XYZ4.857.172.8-
YUV68.66109.57115.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.82%
GREEN value IS 84 (33.20% from 255) = 49.12%
BLUE value IS 36 (14.45% from 255) = 21.05%
R=29.82%
G=49.12%
B=21.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5184360.3900.570.67101.254023.53
Hex3354242703943652818
Octal6312444470711031455030
Binary110011101010010010010011101110011000011110010110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335424; }

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

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

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

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

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

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

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

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