#394238

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

Shades of Palm Leaf #394238

Tints of Palm Leaf #394238

Color information

#394238 (or 0x394238) is unknown color: approx Palm Leaf. HEX triplet: 39, 42 and 38. RGB value is (57,66,56). Sum of RGB (Red+Green+Blue) = 57+66+56=179 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.84% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 66 - color contains mainly: green. Hex color #394238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394238 is #C6BDC7. Grayscale: #3E3E3E. Windows color (decimal): -13024712 or 3686969. OLE color: 3686969.

HSL color Cylindrical-coordinate representation of color #394238: hue angle of 114º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #394238 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB576656-
CMYK0.1400.150.74
HSL114º8.2%23.92%-
HSV(B)114º15.15%25.88%-
XYZ4.355.054.49-
YUV62.17124.52124.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.84%
GREEN value IS 66 (26.17% from 255) = 36.87%
BLUE value IS 56 (22.27% from 255) = 31.28%
R=31.84%
G=36.87%
B=31.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5766560.1400.150.741148.223.92
Hex394238E0F4A72818
Octal7110270160171121621030
Binary111001100001011100011100111110010101110010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394238; }

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

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

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

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

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

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

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

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