#385126

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

Shades of Mallard #385126

Tints of Mallard #385126

Color information

#385126 (or 0x385126) is unknown color: approx Mallard. HEX triplet: 38, 51 and 26. RGB value is (56,81,38). Sum of RGB (Red+Green+Blue) = 56+81+38=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 81 - color contains mainly: green. Hex color #385126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385126 is #C7AED9. Grayscale: #444444. Windows color (decimal): -13086426 or 2511160. OLE color: 2511160.

HSL color Cylindrical-coordinate representation of color #385126: hue angle of 94.88º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #385126 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.68.

Color convert

RGB568138-
CMYK0.3100.530.68
HSL94.88º36.13%23.33%-
HSV(B)94.88º53.09%31.76%-
XYZ4.926.872.9-
YUV68.62110.72119-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 81 (32.03% from 255) = 46.29%
BLUE value IS 38 (15.23% from 255) = 21.71%
R=32%
G=46.29%
B=21.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5681380.3100.530.6894.8836.1323.33
Hex3851261F035445f2417
Octal7012146370651041374427
Binary11100010100011001101111101101011000100101111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385126; }

 p { color: rgb(56,81,38); }

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

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

 a { background-color: rgb(56,81,38); }

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

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

 span { border-color: rgb(56,81,38); }

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