#334F2E

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

Shades of Palm Leaf #334F2E

Tints of Palm Leaf #334F2E

Color information

#334F2E (or 0x334F2E) is unknown color: approx Palm Leaf. HEX triplet: 33, 4F and 2E. RGB value is (51,79,46). Sum of RGB (Red+Green+Blue) = 51+79+46=176 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.98% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 79 - color contains mainly: green. Hex color #334F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334F2E is #CCB0D1. Grayscale: #424242. Windows color (decimal): -13414610 or 3034931. OLE color: 3034931.

HSL color Cylindrical-coordinate representation of color #334F2E: hue angle of 110.91º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #334F2E is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB517946-
CMYK0.3500.420.69
HSL110.91º26.4%24.51%-
HSV(B)110.91º41.77%30.98%-
XYZ4.656.493.59-
YUV66.87116.22116.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.98%
GREEN value IS 79 (31.25% from 255) = 44.89%
BLUE value IS 46 (18.36% from 255) = 26.14%
R=28.98%
G=44.89%
B=26.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5179460.3500.420.69110.9126.424.51
Hex334F2E2302A456f1a19
Octal6311756430521051573231
Binary11001110011111011101000110101010100010111011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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