#394338

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

Shades of Palm Leaf #394338

Tints of Palm Leaf #394338

Color information

#394338 (or 0x394338) is unknown color: approx Palm Leaf. HEX triplet: 39, 43 and 38. RGB value is (57,67,56). Sum of RGB (Red+Green+Blue) = 57+67+56=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 56 (22.27% from 255 or 31.11% from 180); Max value from RGB is 67 - color contains mainly: green. Hex color #394338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394338 is #C6BCC7. Grayscale: #3E3E3E. Windows color (decimal): -13024456 or 3687225. OLE color: 3687225.

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

Color convert

RGB576756-
CMYK0.1500.160.74
HSL114.55º8.94%24.12%-
HSV(B)114.55º16.42%26.27%-
XYZ4.415.174.51-
YUV62.76124.19123.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.67%
GREEN value IS 67 (26.56% from 255) = 37.22%
BLUE value IS 56 (22.27% from 255) = 31.11%
R=31.67%
G=37.22%
B=31.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5767560.1500.160.74114.558.9424.12
Hex394338F0104A73918
Octal7110370170201121631130
Binary1110011000011111000111101000010010101110011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394338; }

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

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

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

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

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

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

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

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