#385625

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

Shades of Palm Leaf #385625

Tints of Palm Leaf #385625

Color information

#385625 (or 0x385625) is unknown color: approx Palm Leaf. HEX triplet: 38, 56 and 25. RGB value is (56,86,37). Sum of RGB (Red+Green+Blue) = 56+86+37=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 86 (33.98% from 255 or 48.04% from 179); Blue value is 37 (14.84% from 255 or 20.67% from 179); Max value from RGB is 86 - color contains mainly: green. Hex color #385625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385625 is #C7A9DA. Grayscale: #474747. Windows color (decimal): -13085147 or 2446904. OLE color: 2446904.

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

Color convert

RGB568637-
CMYK0.3500.570.66
HSL96.73º39.84%24.12%-
HSV(B)96.73º56.98%33.73%-
XYZ5.297.632.94-
YUV71.44108.56116.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.28%
GREEN value IS 86 (33.98% from 255) = 48.04%
BLUE value IS 37 (14.84% from 255) = 20.67%
R=31.28%
G=48.04%
B=20.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5686370.3500.570.6696.7339.8424.12
Hex3856252303942612818
Octal7012645430711021415030
Binary111000101011010010110001101110011000010110000110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385625; }

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

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

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

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

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

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

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

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