#335429

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

Shades of Palm Leaf #335429

Tints of Palm Leaf #335429

Color information

#335429 (or 0x335429) is unknown color: approx Palm Leaf. HEX triplet: 33, 54 and 29. RGB value is (51,84,41). Sum of RGB (Red+Green+Blue) = 51+84+41=176 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.98% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #335429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335429 is #CCABD6. Grayscale: #454545. Windows color (decimal): -13413335 or 2708531. OLE color: 2708531.

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

Color convert

RGB518441-
CMYK0.3900.510.67
HSL106.05º34.4%24.51%-
HSV(B)106.05º51.19%32.94%-
XYZ4.947.23.23-
YUV69.23112.07115-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.98%
GREEN value IS 84 (33.20% from 255) = 47.73%
BLUE value IS 41 (16.41% from 255) = 23.30%
R=28.98%
G=47.73%
B=23.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5184410.3900.510.67106.0534.424.51
Hex33542927033436a2219
Octal6312451470631031524231
Binary110011101010010100110011101100111000011110101010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335429; }

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

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

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

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

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

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

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

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