#384F32

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

Shades of Palm Leaf #384F32

Tints of Palm Leaf #384F32

Color information

#384F32 (or 0x384F32) is unknown color: approx Palm Leaf. HEX triplet: 38, 4F and 32. RGB value is (56,79,50). Sum of RGB (Red+Green+Blue) = 56+79+50=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 79 (31.25% from 255 or 42.70% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 79 - color contains mainly: green. Hex color #384F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384F32 is #C7B0CD. Grayscale: #444444. Windows color (decimal): -13086926 or 3297080. OLE color: 3297080.

HSL color Cylindrical-coordinate representation of color #384F32: hue angle of 107.59º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #384F32 is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB567950-
CMYK0.2900.370.69
HSL107.59º22.48%25.29%-
HSV(B)107.59º36.71%30.98%-
XYZ56.664.04-
YUV68.82117.38118.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.27%
GREEN value IS 79 (31.25% from 255) = 42.70%
BLUE value IS 50 (19.92% from 255) = 27.03%
R=30.27%
G=42.70%
B=27.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5679500.2900.370.69107.5922.4825.29
Hex384F321D025456c1619
Octal7011762350451051542631
Binary1110001001111110010111010100101100010111011001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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