#394734

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

Shades of Palm Leaf #394734

Tints of Palm Leaf #394734

Color information

#394734 (or 0x394734) is unknown color: approx Palm Leaf. HEX triplet: 39, 47 and 34. RGB value is (57,71,52). Sum of RGB (Red+Green+Blue) = 57+71+52=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 71 - color contains mainly: green. Hex color #394734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394734 is #C6B8CB. Grayscale: #404040. Windows color (decimal): -13023436 or 3426105. OLE color: 3426105.

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

Color convert

RGB577152-
CMYK0.2000.270.72
HSL104.21º15.45%24.12%-
HSV(B)104.21º26.76%27.84%-
XYZ4.565.624.09-
YUV64.65120.86122.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.67%
GREEN value IS 71 (28.12% from 255) = 39.44%
BLUE value IS 52 (20.70% from 255) = 28.89%
R=31.67%
G=39.44%
B=28.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5771520.2000.270.72104.2115.4524.12
Hex3947341401B4868f18
Octal7110764240331101501730
Binary11100110001111101001010001101110010001101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394734; }

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

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

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

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

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

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

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

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