#394138

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

Shades of Palm Leaf #394138

Tints of Palm Leaf #394138

Color information

#394138 (or 0x394138) is unknown color: approx Palm Leaf. HEX triplet: 39, 41 and 38. RGB value is (57,65,56). Sum of RGB (Red+Green+Blue) = 57+65+56=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 65 - color contains mainly: green. Hex color #394138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394138 is #C6BEC7. Grayscale: #3D3D3D. Windows color (decimal): -13024968 or 3686713. OLE color: 3686713.

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

Color convert

RGB576556-
CMYK0.1200.140.75
HSL113.33º7.44%23.73%-
HSV(B)113.33º13.85%25.49%-
XYZ4.294.944.47-
YUV61.58124.85124.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.02%
GREEN value IS 65 (25.78% from 255) = 36.52%
BLUE value IS 56 (22.27% from 255) = 31.46%
R=32.02%
G=36.52%
B=31.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5765560.1200.140.75113.337.4423.73
Hex394138C0E4B71718
Octal711017014016113161730
Binary11100110000011110001100011101001011111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394138; }

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

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

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

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

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

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

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

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