#393F38

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

Shades of Palm Leaf #393F38

Tints of Palm Leaf #393F38

Color information

#393F38 (or 0x393F38) is unknown color: approx Palm Leaf. HEX triplet: 39, 3F and 38. RGB value is (57,63,56). Sum of RGB (Red+Green+Blue) = 57+63+56=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 63 - color contains mainly: green. Hex color #393F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393F38 is #C6C0C7. Grayscale: #3C3C3C. Windows color (decimal): -13025480 or 3686201. OLE color: 3686201.

HSL color Cylindrical-coordinate representation of color #393F38: hue angle of 111.43º degrees, saturation: 0.06, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #393F38 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB576356-
CMYK0.1000.110.75
HSL111.43º5.88%23.33%-
HSV(B)111.43º11.11%24.71%-
XYZ4.184.714.43-
YUV60.41125.51125.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.39%
GREEN value IS 63 (25% from 255) = 35.80%
BLUE value IS 56 (22.27% from 255) = 31.82%
R=32.39%
G=35.80%
B=31.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5763560.1000.110.75111.435.8823.33
Hex393F38A0B4B6f617
Octal71777012013113157627
Binary1110011111111110001010010111001011110111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393F38; }

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

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

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

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

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

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

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

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