#394B32

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

Shades of Palm Leaf #394B32

Tints of Palm Leaf #394B32

Color information

#394B32 (or 0x394B32) is unknown color: approx Palm Leaf. HEX triplet: 39, 4B and 32. RGB value is (57,75,50). Sum of RGB (Red+Green+Blue) = 57+75+50=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 75 - color contains mainly: green. Hex color #394B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394B32 is #C6B4CD. Grayscale: #424242. Windows color (decimal): -13022414 or 3296057. OLE color: 3296057.

HSL color Cylindrical-coordinate representation of color #394B32: hue angle of 103.2º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #394B32 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB577550-
CMYK0.2400.330.71
HSL103.2º20%24.51%-
HSV(B)103.2º33.33%29.41%-
XYZ4.786.133.95-
YUV66.77118.54121.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.32%
GREEN value IS 75 (29.69% from 255) = 41.21%
BLUE value IS 50 (19.92% from 255) = 27.47%
R=31.32%
G=41.21%
B=27.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5775500.2400.330.71103.22024.51
Hex394B321802147671419
Octal7111362300411071472431
Binary1110011001011110010110000100001100011111001111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,75,50); }

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

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

 a { background-color: rgb(57,75,50); }

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

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

 span { border-color: rgb(57,75,50); }

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