#394036

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

Shades of Palm Leaf #394036

Tints of Palm Leaf #394036

Color information

#394036 (or 0x394036) is unknown color: approx Palm Leaf. HEX triplet: 39, 40 and 36. RGB value is (57,64,54). Sum of RGB (Red+Green+Blue) = 57+64+54=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 64 - color contains mainly: green. Hex color #394036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394036 is #C6BFC9. Grayscale: #3C3C3C. Windows color (decimal): -13025226 or 3555385. OLE color: 3555385.

HSL color Cylindrical-coordinate representation of color #394036: hue angle of 102º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #394036 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB576454-
CMYK0.1100.160.75
HSL102º8.47%23.14%-
HSV(B)102º15.62%25.1%-
XYZ4.194.84.2-
YUV60.77124.18125.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.57%
GREEN value IS 64 (25.39% from 255) = 36.57%
BLUE value IS 54 (21.48% from 255) = 30.86%
R=32.57%
G=36.57%
B=30.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5764540.1100.160.751028.4723.14
Hex394036B0104B66817
Octal7110066130201131461027
Binary1110011000000110110101101000010010111100110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394036; }

 p { color: rgb(57,64,54); }

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

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

 a { background-color: rgb(57,64,54); }

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

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

 span { border-color: rgb(57,64,54); }

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