#385524

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

Shades of Palm Leaf #385524

Tints of Palm Leaf #385524

Color information

#385524 (or 0x385524) is unknown color: approx Palm Leaf. HEX triplet: 38, 55 and 24. RGB value is (56,85,36). Sum of RGB (Red+Green+Blue) = 56+85+36=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #385524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385524 is #C7AADB. Grayscale: #464646. Windows color (decimal): -13085404 or 2381112. OLE color: 2381112.

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

Color convert

RGB568536-
CMYK0.3400.580.67
HSL95.51º40.5%23.73%-
HSV(B)95.51º57.65%33.33%-
XYZ5.27.472.84-
YUV70.74108.39117.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.64%
GREEN value IS 85 (33.59% from 255) = 48.02%
BLUE value IS 36 (14.45% from 255) = 20.34%
R=31.64%
G=48.02%
B=20.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5685360.3400.580.6795.5140.523.73
Hex3855242203A43602818
Octal7012544420721031405030
Binary111000101010110010010001001110101000011110000010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385524; }

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

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

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

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

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

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

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

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