#385527

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

Shades of Palm Leaf #385527

Tints of Palm Leaf #385527

Color information

#385527 (or 0x385527) is unknown color: approx Palm Leaf. HEX triplet: 38, 55 and 27. RGB value is (56,85,39). Sum of RGB (Red+Green+Blue) = 56+85+39=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 39 (15.62% from 255 or 21.67% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #385527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385527 is #C7AAD8. Grayscale: #474747. Windows color (decimal): -13085401 or 2577720. OLE color: 2577720.

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

Color convert

RGB568539-
CMYK0.3400.540.67
HSL97.83º37.1%24.31%-
HSV(B)97.83º54.12%33.33%-
XYZ5.257.483.09-
YUV71.08109.89117.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.11%
GREEN value IS 85 (33.59% from 255) = 47.22%
BLUE value IS 39 (15.62% from 255) = 21.67%
R=31.11%
G=47.22%
B=21.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5685390.3400.540.6797.8337.124.31
Hex3855272203643622518
Octal7012547420661031424530
Binary111000101010110011110001001101101000011110001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385527; }

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

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

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

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

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

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

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

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