#334D2E

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

Shades of Palm Leaf #334D2E

Tints of Palm Leaf #334D2E

Color information

#334D2E (or 0x334D2E) is unknown color: approx Palm Leaf. HEX triplet: 33, 4D and 2E. RGB value is (51,77,46). Sum of RGB (Red+Green+Blue) = 51+77+46=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 77 - color contains mainly: green. Hex color #334D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334D2E is #CCB2D1. Grayscale: #414141. Windows color (decimal): -13415122 or 3034419. OLE color: 3034419.

HSL color Cylindrical-coordinate representation of color #334D2E: hue angle of 110.32º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #334D2E is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.70.

Color convert

RGB517746-
CMYK0.3400.400.70
HSL110.32º25.2%24.12%-
HSV(B)110.32º40.26%30.2%-
XYZ4.516.213.55-
YUV65.69116.89117.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.31%
GREEN value IS 77 (30.47% from 255) = 44.25%
BLUE value IS 46 (18.36% from 255) = 26.44%
R=29.31%
G=44.25%
B=26.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5177460.3400.400.70110.3225.224.12
Hex334D2E22028466e1918
Octal6311556420501061563130
Binary11001110011011011101000100101000100011011011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334D2E; }

 p { color: rgb(51,77,46); }

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

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

 a { background-color: rgb(51,77,46); }

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

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

 span { border-color: rgb(51,77,46); }

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