#394038

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

Shades of Palm Leaf #394038

Tints of Palm Leaf #394038

Color information

#394038 (or 0x394038) is unknown color: approx Palm Leaf. HEX triplet: 39, 40 and 38. RGB value is (57,64,56). Sum of RGB (Red+Green+Blue) = 57+64+56=177 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.20% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 64 - color contains mainly: green. Hex color #394038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394038 is #C6BFC7. Grayscale: #3D3D3D. Windows color (decimal): -13025224 or 3686457. OLE color: 3686457.

HSL color Cylindrical-coordinate representation of color #394038: hue angle of 112.5º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #394038 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB576456-
CMYK0.1100.130.75
HSL112.5º6.67%23.53%-
HSV(B)112.5º12.5%25.1%-
XYZ4.234.824.45-
YUV61125.18125.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.20%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 56 (22.27% from 255) = 31.64%
R=32.20%
G=36.16%
B=31.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5764560.1100.130.75112.56.6723.53
Hex394038B0D4B70718
Octal711007013015113160730
Binary11100110000001110001011011011001011111000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394038; }

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

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

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

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

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

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

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

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