#394732

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

Shades of Palm Leaf #394732

Tints of Palm Leaf #394732

Color information

#394732 (or 0x394732) is unknown color: approx Palm Leaf. HEX triplet: 39, 47 and 32. RGB value is (57,71,50). Sum of RGB (Red+Green+Blue) = 57+71+50=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 71 - color contains mainly: green. Hex color #394732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394732 is #C6B8CD. Grayscale: #404040. Windows color (decimal): -13023438 or 3295033. OLE color: 3295033.

HSL color Cylindrical-coordinate representation of color #394732: hue angle of 100º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #394732 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB577150-
CMYK0.2000.300.72
HSL100º17.36%23.73%-
HSV(B)100º29.58%27.84%-
XYZ4.525.613.86-
YUV64.42119.86122.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.02%
GREEN value IS 71 (28.12% from 255) = 39.89%
BLUE value IS 50 (19.92% from 255) = 28.09%
R=32.02%
G=39.89%
B=28.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5771500.2000.300.7210017.3623.73
Hex3947321401E48641118
Octal7110762240361101442130
Binary111001100011111001010100011110100100011001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394732; }

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

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

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

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

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

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

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

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