#385628

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

Shades of Palm Leaf #385628

Tints of Palm Leaf #385628

Color information

#385628 (or 0x385628) is unknown color: approx Palm Leaf. HEX triplet: 38, 56 and 28. RGB value is (56,86,40). Sum of RGB (Red+Green+Blue) = 56+86+40=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 86 (33.98% from 255 or 47.25% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 86 - color contains mainly: green. Hex color #385628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385628 is #C7A9D7. Grayscale: #474747. Windows color (decimal): -13085144 or 2643512. OLE color: 2643512.

HSL color Cylindrical-coordinate representation of color #385628: hue angle of 99.13º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #385628 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB568640-
CMYK0.3500.530.66
HSL99.13º36.51%24.71%-
HSV(B)99.13º53.49%33.73%-
XYZ5.347.653.2-
YUV71.79110.06116.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.77%
GREEN value IS 86 (33.98% from 255) = 47.25%
BLUE value IS 40 (16.02% from 255) = 21.98%
R=30.77%
G=47.25%
B=21.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5686400.3500.530.6699.1336.5124.71
Hex3856282303542632519
Octal7012650430651021434531
Binary111000101011010100010001101101011000010110001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385628; }

 p { color: rgb(56,86,40); }

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

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

 a { background-color: rgb(56,86,40); }

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

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

 span { border-color: rgb(56,86,40); }

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