#385828

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

Shades of Palm Leaf #385828

Tints of Palm Leaf #385828

Color information

#385828 (or 0x385828) is unknown color: approx Palm Leaf. HEX triplet: 38, 58 and 28. RGB value is (56,88,40). Sum of RGB (Red+Green+Blue) = 56+88+40=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 88 (34.77% from 255 or 47.83% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 88 - color contains mainly: green. Hex color #385828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385828 is #C7A7D7. Grayscale: #494949. Windows color (decimal): -13084632 or 2644024. OLE color: 2644024.

HSL color Cylindrical-coordinate representation of color #385828: hue angle of 100º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #385828 is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB568840-
CMYK0.3600.550.65
HSL100º37.5%25.1%-
HSV(B)100º54.55%34.51%-
XYZ5.57.973.26-
YUV72.96109.4115.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.43%
GREEN value IS 88 (34.77% from 255) = 47.83%
BLUE value IS 40 (16.02% from 255) = 21.74%
R=30.43%
G=47.83%
B=21.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5688400.3600.550.6510037.525.1
Hex3858282403741642619
Octal7013050440671011444631
Binary111000101100010100010010001101111000001110010010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385828; }

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

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

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

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

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

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

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

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