#394F34

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

Shades of Palm Leaf #394F34

Tints of Palm Leaf #394F34

Color information

#394F34 (or 0x394F34) is unknown color: approx Palm Leaf. HEX triplet: 39, 4F and 34. RGB value is (57,79,52). Sum of RGB (Red+Green+Blue) = 57+79+52=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 79 (31.25% from 255 or 42.02% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 79 - color contains mainly: green. Hex color #394F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394F34 is #C6B0CB. Grayscale: #454545. Windows color (decimal): -13021388 or 3428153. OLE color: 3428153.

HSL color Cylindrical-coordinate representation of color #394F34: hue angle of 108.89º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #394F34 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB577952-
CMYK0.2800.340.69
HSL108.89º20.61%25.69%-
HSV(B)108.89º34.18%30.98%-
XYZ5.16.714.27-
YUV69.34118.21119.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.32%
GREEN value IS 79 (31.25% from 255) = 42.02%
BLUE value IS 52 (20.70% from 255) = 27.66%
R=30.32%
G=42.02%
B=27.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5779520.2800.340.69108.8920.6125.69
Hex394F341C022456d151a
Octal7111764340421051552532
Binary1110011001111110100111000100010100010111011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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