#394E2F

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

Shades of Palm Leaf #394E2F

Tints of Palm Leaf #394E2F

Color information

#394E2F (or 0x394E2F) is unknown color: approx Palm Leaf. HEX triplet: 39, 4E and 2F. RGB value is (57,78,47). Sum of RGB (Red+Green+Blue) = 57+78+47=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 78 - color contains mainly: green. Hex color #394E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394E2F is #C6B1D0. Grayscale: #444444. Windows color (decimal): -13021649 or 3100217. OLE color: 3100217.

HSL color Cylindrical-coordinate representation of color #394E2F: hue angle of 100.65º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #394E2F is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB577847-
CMYK0.2700.400.69
HSL100.65º24.8%24.51%-
HSV(B)100.65º39.74%30.59%-
XYZ4.926.523.69-
YUV68.19116.04120.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.32%
GREEN value IS 78 (30.86% from 255) = 42.86%
BLUE value IS 47 (18.75% from 255) = 25.82%
R=31.32%
G=42.86%
B=25.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5778470.2700.400.69100.6524.824.51
Hex394E2F1B02845651919
Octal7111657330501051453131
Binary1110011001110101111110110101000100010111001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394E2F; }

 p { color: rgb(57,78,47); }

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

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

 a { background-color: rgb(57,78,47); }

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

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

 span { border-color: rgb(57,78,47); }

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