#384036

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

Shades of Palm Leaf #384036

Tints of Palm Leaf #384036

Color information

#384036 (or 0x384036) is unknown color: approx Palm Leaf. HEX triplet: 38, 40 and 36. RGB value is (56,64,54). Sum of RGB (Red+Green+Blue) = 56+64+54=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 54 (21.48% from 255 or 31.03% from 174); Max value from RGB is 64 - color contains mainly: green. Hex color #384036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384036 is #C7BFC9. Grayscale: #3C3C3C. Windows color (decimal): -13090762 or 3555384. OLE color: 3555384.

HSL color Cylindrical-coordinate representation of color #384036: hue angle of 108º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #384036 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB566454-
CMYK0.1300.160.75
HSL108º8.47%23.14%-
HSV(B)108º15.62%25.1%-
XYZ4.134.774.19-
YUV60.47124.35124.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.18%
GREEN value IS 64 (25.39% from 255) = 36.78%
BLUE value IS 54 (21.48% from 255) = 31.03%
R=32.18%
G=36.78%
B=31.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5664540.1300.160.751088.4723.14
Hex384036D0104B6c817
Octal7010066150201131541027
Binary1110001000000110110110101000010010111101100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384036; }

 p { color: rgb(56,64,54); }

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

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

 a { background-color: rgb(56,64,54); }

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

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

 span { border-color: rgb(56,64,54); }

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