#385829

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

Shades of Palm Leaf #385829

Tints of Palm Leaf #385829

Color information

#385829 (or 0x385829) is unknown color: approx Palm Leaf. HEX triplet: 38, 58 and 29. RGB value is (56,88,41). Sum of RGB (Red+Green+Blue) = 56+88+41=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 88 - color contains mainly: green. Hex color #385829 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385829 is #C7A7D6. Grayscale: #494949. Windows color (decimal): -13084631 or 2709560. OLE color: 2709560.

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

Color convert

RGB568841-
CMYK0.3600.530.65
HSL100.85º36.43%25.29%-
HSV(B)100.85º53.41%34.51%-
XYZ5.527.983.35-
YUV73.07109.9115.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.27%
GREEN value IS 88 (34.77% from 255) = 47.57%
BLUE value IS 41 (16.41% from 255) = 22.16%
R=30.27%
G=47.57%
B=22.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5688410.3600.530.65100.8536.4325.29
Hex3858292403541652419
Octal7013051440651011454431
Binary111000101100010100110010001101011000001110010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385829; }

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

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

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

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

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

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

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

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