#385824

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

Shades of Palm Leaf #385824

Tints of Palm Leaf #385824

Color information

#385824 (or 0x385824) is unknown color: approx Palm Leaf. HEX triplet: 38, 58 and 24. RGB value is (56,88,36). Sum of RGB (Red+Green+Blue) = 56+88+36=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 88 (34.77% from 255 or 48.89% from 180); Blue value is 36 (14.45% from 255 or 20% from 180); Max value from RGB is 88 - color contains mainly: green. Hex color #385824 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385824 is #C7A7DB. Grayscale: #484848. Windows color (decimal): -13084636 or 2381880. OLE color: 2381880.

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

Color convert

RGB568836-
CMYK0.3600.590.65
HSL96.92º41.94%24.31%-
HSV(B)96.92º59.09%34.51%-
XYZ5.447.952.92-
YUV72.5107.4116.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.11%
GREEN value IS 88 (34.77% from 255) = 48.89%
BLUE value IS 36 (14.45% from 255) = 20%
R=31.11%
G=48.89%
B=20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5688360.3600.590.6596.9241.9424.31
Hex3858242403B41612a18
Octal7013044440731011415230
Binary111000101100010010010010001110111000001110000110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385824; }

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

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

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

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

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

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

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

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