#394938

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

Shades of Palm Leaf #394938

Tints of Palm Leaf #394938

Color information

#394938 (or 0x394938) is unknown color: approx Palm Leaf. HEX triplet: 39, 49 and 38. RGB value is (57,73,56). Sum of RGB (Red+Green+Blue) = 57+73+56=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 73 - color contains mainly: green. Hex color #394938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394938 is #C6B6C7. Grayscale: #424242. Windows color (decimal): -13022920 or 3688761. OLE color: 3688761.

HSL color Cylindrical-coordinate representation of color #394938: hue angle of 116.47º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #394938 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB577356-
CMYK0.2200.230.71
HSL116.47º13.18%25.29%-
HSV(B)116.47º23.29%28.63%-
XYZ4.785.924.63-
YUV66.28122.2121.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.65%
GREEN value IS 73 (28.91% from 255) = 39.25%
BLUE value IS 56 (22.27% from 255) = 30.11%
R=30.65%
G=39.25%
B=30.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5773560.2200.230.71116.4713.1825.29
Hex394938160174774d19
Octal7111170260271071641531
Binary11100110010011110001011001011110001111110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394938; }

 p { color: rgb(57,73,56); }

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

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

 a { background-color: rgb(57,73,56); }

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

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

 span { border-color: rgb(57,73,56); }

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