#384C34

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

Shades of Palm Leaf #384C34

Tints of Palm Leaf #384C34

Color information

#384C34 (or 0x384C34) is unknown color: approx Palm Leaf. HEX triplet: 38, 4C and 34. RGB value is (56,76,52). Sum of RGB (Red+Green+Blue) = 56+76+52=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 76 - color contains mainly: green. Hex color #384C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384C34 is #C7B3CB. Grayscale: #434343. Windows color (decimal): -13087692 or 3427384. OLE color: 3427384.

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

Color convert

RGB567652-
CMYK0.2600.320.70
HSL110º18.75%25.1%-
HSV(B)110º31.58%29.8%-
XYZ4.846.264.2-
YUV67.28119.37119.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.43%
GREEN value IS 76 (30.08% from 255) = 41.30%
BLUE value IS 52 (20.70% from 255) = 28.26%
R=30.43%
G=41.30%
B=28.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5676520.2600.320.7011018.7525.1
Hex384C341A020466e1319
Octal7011464320401061562331
Binary1110001001100110100110100100000100011011011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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