#384C36

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

Shades of Palm Leaf #384C36

Tints of Palm Leaf #384C36

Color information

#384C36 (or 0x384C36) is unknown color: approx Palm Leaf. HEX triplet: 38, 4C and 36. RGB value is (56,76,54). Sum of RGB (Red+Green+Blue) = 56+76+54=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 76 - color contains mainly: green. Hex color #384C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384C36 is #C7B3C9. Grayscale: #434343. Windows color (decimal): -13087690 or 3558456. OLE color: 3558456.

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

Color convert

RGB567654-
CMYK0.2600.290.70
HSL114.55º16.92%25.49%-
HSV(B)114.55º28.95%29.8%-
XYZ4.886.284.44-
YUV67.51120.37119.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.11%
GREEN value IS 76 (30.08% from 255) = 40.86%
BLUE value IS 54 (21.48% from 255) = 29.03%
R=30.11%
G=40.86%
B=29.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5676540.2600.290.70114.5516.9225.49
Hex384C361A01D46731119
Octal7011466320351061632131
Binary111000100110011011011010011101100011011100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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