#385124

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

Shades of Mallard #385124

Tints of Mallard #385124

Color information

#385124 (or 0x385124) is unknown color: approx Mallard. HEX triplet: 38, 51 and 24. RGB value is (56,81,36). Sum of RGB (Red+Green+Blue) = 56+81+36=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 81 - color contains mainly: green. Hex color #385124 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385124 is #C7AEDB. Grayscale: #444444. Windows color (decimal): -13086428 or 2380088. OLE color: 2380088.

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

Color convert

RGB568136-
CMYK0.3100.560.68
HSL93.33º38.46%22.94%-
HSV(B)93.33º55.56%31.76%-
XYZ4.896.852.73-
YUV68.4109.72119.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.37%
GREEN value IS 81 (32.03% from 255) = 46.82%
BLUE value IS 36 (14.45% from 255) = 20.81%
R=32.37%
G=46.82%
B=20.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5681360.3100.560.6893.3338.4622.94
Hex3851241F038445d2617
Octal7012144370701041354627
Binary11100010100011001001111101110001000100101110110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385124; }

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

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

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

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

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

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

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

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