#385623

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

Shades of Palm Leaf #385623

Tints of Palm Leaf #385623

Color information

#385623 (or 0x385623) is unknown color: approx Palm Leaf. HEX triplet: 38, 56 and 23. RGB value is (56,86,35). Sum of RGB (Red+Green+Blue) = 56+86+35=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 86 (33.98% from 255 or 48.59% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 86 - color contains mainly: green. Hex color #385623 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385623 is #C7A9DC. Grayscale: #474747. Windows color (decimal): -13085149 or 2315832. OLE color: 2315832.

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

Color convert

RGB568635-
CMYK0.3500.590.66
HSL95.29º42.15%23.73%-
HSV(B)95.29º59.3%33.73%-
XYZ5.267.622.78-
YUV71.22107.56117.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.64%
GREEN value IS 86 (33.98% from 255) = 48.59%
BLUE value IS 35 (14.06% from 255) = 19.77%
R=31.64%
G=48.59%
B=19.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5686350.3500.590.6695.2942.1523.73
Hex3856232303B425f2a18
Octal7012643430731021375230
Binary111000101011010001110001101110111000010101111110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385623; }

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

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

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

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

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

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

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

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