#334932

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

Shades of Palm Leaf #334932

Tints of Palm Leaf #334932

Color information

#334932 (or 0x334932) is unknown color: approx Palm Leaf. HEX triplet: 33, 49 and 32. RGB value is (51,73,50). Sum of RGB (Red+Green+Blue) = 51+73+50=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 73 - color contains mainly: green. Hex color #334932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334932 is #CCB6CD. Grayscale: #3F3F3F. Windows color (decimal): -13416142 or 3295539. OLE color: 3295539.

HSL color Cylindrical-coordinate representation of color #334932: hue angle of 117.39º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #334932 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB517350-
CMYK0.3000.320.71
HSL117.39º18.7%24.12%-
HSV(B)117.39º31.51%28.63%-
XYZ4.325.73.89-
YUV63.8120.21118.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.31%
GREEN value IS 73 (28.91% from 255) = 41.95%
BLUE value IS 50 (19.92% from 255) = 28.74%
R=29.31%
G=41.95%
B=28.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5173500.3000.320.71117.3918.724.12
Hex3349321E02047751318
Octal6311162360401071652330
Binary1100111001001110010111100100000100011111101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334932; }

 p { color: rgb(51,73,50); }

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

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

 a { background-color: rgb(51,73,50); }

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

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

 span { border-color: rgb(51,73,50); }

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