#384C30

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

Shades of Palm Leaf #384C30

Tints of Palm Leaf #384C30

Color information

#384C30 (or 0x384C30) is unknown color: approx Palm Leaf. HEX triplet: 38, 4C and 30. RGB value is (56,76,48). Sum of RGB (Red+Green+Blue) = 56+76+48=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 76 (30.08% from 255 or 42.22% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 76 - color contains mainly: green. Hex color #384C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384C30 is #C7B3CF. Grayscale: #424242. Windows color (decimal): -13087696 or 3165240. OLE color: 3165240.

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

Color convert

RGB567648-
CMYK0.2600.370.70
HSL102.86º22.58%24.31%-
HSV(B)102.86º36.84%29.8%-
XYZ4.756.223.75-
YUV66.83117.37120.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.11%
GREEN value IS 76 (30.08% from 255) = 42.22%
BLUE value IS 48 (19.14% from 255) = 26.67%
R=31.11%
G=42.22%
B=26.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5676480.2600.370.70102.8622.5824.31
Hex384C301A02546671718
Octal7011460320451061472730
Binary1110001001100110000110100100101100011011001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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