#384D32

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

Shades of Palm Leaf #384D32

Tints of Palm Leaf #384D32

Color information

#384D32 (or 0x384D32) is unknown color: approx Palm Leaf. HEX triplet: 38, 4D and 32. RGB value is (56,77,50). Sum of RGB (Red+Green+Blue) = 56+77+50=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 77 - color contains mainly: green. Hex color #384D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384D32 is #C7B2CD. Grayscale: #434343. Windows color (decimal): -13087438 or 3296568. OLE color: 3296568.

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

Color convert

RGB567750-
CMYK0.2700.350.70
HSL106.67º21.26%24.9%-
HSV(B)106.67º35.06%30.2%-
XYZ4.866.383.99-
YUV67.64118.04119.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.60%
GREEN value IS 77 (30.47% from 255) = 42.08%
BLUE value IS 50 (19.92% from 255) = 27.32%
R=30.60%
G=42.08%
B=27.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5677500.2700.350.70106.6721.2624.9
Hex384D321B023466b1519
Octal7011562330431061532531
Binary1110001001101110010110110100011100011011010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,77,50); }

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

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

 a { background-color: rgb(56,77,50); }

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

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

 span { border-color: rgb(56,77,50); }

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