#394438

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

Shades of Palm Leaf #394438

Tints of Palm Leaf #394438

Color information

#394438 (or 0x394438) is unknown color: approx Palm Leaf. HEX triplet: 39, 44 and 38. RGB value is (57,68,56). Sum of RGB (Red+Green+Blue) = 57+68+56=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 68 - color contains mainly: green. Hex color #394438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394438 is #C6BBC7. Grayscale: #3F3F3F. Windows color (decimal): -13024200 or 3687481. OLE color: 3687481.

HSL color Cylindrical-coordinate representation of color #394438: hue angle of 115º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #394438 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.73.

Color convert

RGB576856-
CMYK0.1600.180.73
HSL115º9.68%24.31%-
HSV(B)115º17.65%26.67%-
XYZ4.475.294.53-
YUV63.34123.86123.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.49%
GREEN value IS 68 (26.95% from 255) = 37.57%
BLUE value IS 56 (22.27% from 255) = 30.94%
R=31.49%
G=37.57%
B=30.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5768560.1600.180.731159.6824.31
Hex394438100124973a18
Octal7110470200221111631230
Binary11100110001001110001000001001010010011110011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394438; }

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

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

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

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

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

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

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

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