#384C2C

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

Shades of Palm Leaf #384C2C

Tints of Palm Leaf #384C2C

Color information

#384C2C (or 0x384C2C) is unknown color: approx Palm Leaf. HEX triplet: 38, 4C and 2C. RGB value is (56,76,44). Sum of RGB (Red+Green+Blue) = 56+76+44=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 76 - color contains mainly: green. Hex color #384C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384C2C is #C7B3D3. Grayscale: #424242. Windows color (decimal): -13087700 or 2903096. OLE color: 2903096.

HSL color Cylindrical-coordinate representation of color #384C2C: hue angle of 97.5º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #384C2C is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB567644-
CMYK0.2600.420.70
HSL97.5º26.67%23.53%-
HSV(B)97.5º42.11%29.8%-
XYZ4.676.193.33-
YUV66.37115.37120.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.82%
GREEN value IS 76 (30.08% from 255) = 43.18%
BLUE value IS 44 (17.58% from 255) = 25%
R=31.82%
G=43.18%
B=25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5676440.2600.420.7097.526.6723.53
Hex384C2C1A02A46621b18
Octal7011454320521061423330
Binary1110001001100101100110100101010100011011000101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384C2C; }

 p { color: rgb(56,76,44); }

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

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

 a { background-color: rgb(56,76,44); }

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

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

 span { border-color: rgb(56,76,44); }

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