#385028

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

Shades of Palm Leaf #385028

Tints of Palm Leaf #385028

Color information

#385028 (or 0x385028) is unknown color: approx Palm Leaf. HEX triplet: 38, 50 and 28. RGB value is (56,80,40). Sum of RGB (Red+Green+Blue) = 56+80+40=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 80 - color contains mainly: green. Hex color #385028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385028 is #C7AFD7. Grayscale: #444444. Windows color (decimal): -13086680 or 2641976. OLE color: 2641976.

HSL color Cylindrical-coordinate representation of color #385028: hue angle of 96º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #385028 is Cyan = 0.30, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB568040-
CMYK0.3000.50.69
HSL96º33.33%23.53%-
HSV(B)96º50%31.37%-
XYZ4.886.733.05-
YUV68.26112.05119.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.82%
GREEN value IS 80 (31.64% from 255) = 45.45%
BLUE value IS 40 (16.02% from 255) = 22.73%
R=31.82%
G=45.45%
B=22.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5680400.3000.50.699633.3323.53
Hex3850281E03245602118
Octal7012050360621051404130
Binary11100010100001010001111001100101000101110000010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385028; }

 p { color: rgb(56,80,40); }

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

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

 a { background-color: rgb(56,80,40); }

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

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

 span { border-color: rgb(56,80,40); }

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