#394D2E

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

Shades of Palm Leaf #394D2E

Tints of Palm Leaf #394D2E

Color information

#394D2E (or 0x394D2E) is unknown color: approx Palm Leaf. HEX triplet: 39, 4D and 2E. RGB value is (57,77,46). Sum of RGB (Red+Green+Blue) = 57+77+46=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 77 (30.47% from 255 or 42.78% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 77 - color contains mainly: green. Hex color #394D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394D2E is #C6B2D1. Grayscale: #434343. Windows color (decimal): -13021906 or 3034425. OLE color: 3034425.

HSL color Cylindrical-coordinate representation of color #394D2E: hue angle of 98.71º 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 #394D2E is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.70.

Color convert

RGB577746-
CMYK0.2600.400.70
HSL98.71º25.2%24.12%-
HSV(B)98.71º40.26%30.2%-
XYZ4.836.373.56-
YUV67.49115.87120.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.67%
GREEN value IS 77 (30.47% from 255) = 42.78%
BLUE value IS 46 (18.36% from 255) = 25.56%
R=31.67%
G=42.78%
B=25.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5777460.2600.400.7098.7125.224.12
Hex394D2E1A02846631918
Octal7111556320501061433130
Binary1110011001101101110110100101000100011011000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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