#384835

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

Shades of Palm Leaf #384835

Tints of Palm Leaf #384835

Color information

#384835 (or 0x384835) is unknown color: approx Palm Leaf. HEX triplet: 38, 48 and 35. RGB value is (56,72,53). Sum of RGB (Red+Green+Blue) = 56+72+53=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 72 - color contains mainly: green. Hex color #384835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384835 is #C7B7CA. Grayscale: #414141. Windows color (decimal): -13088715 or 3491896. OLE color: 3491896.

HSL color Cylindrical-coordinate representation of color #384835: hue angle of 110.53º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #384835 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.72.

Color convert

RGB567253-
CMYK0.2200.260.72
HSL110.53º15.2%24.51%-
HSV(B)110.53º26.39%28.24%-
XYZ4.595.734.23-
YUV65.05121.2121.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.94%
GREEN value IS 72 (28.52% from 255) = 39.78%
BLUE value IS 53 (21.09% from 255) = 29.28%
R=30.94%
G=39.78%
B=29.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5672530.2200.260.72110.5315.224.51
Hex3848351601A486ff19
Octal7011065260321101571731
Binary11100010010001101011011001101010010001101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384835; }

 p { color: rgb(56,72,53); }

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

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

 a { background-color: rgb(56,72,53); }

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

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

 span { border-color: rgb(56,72,53); }

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