#385122

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

Shades of Mallard #385122

Tints of Mallard #385122

Color information

#385122 (or 0x385122) is unknown color: approx Mallard. HEX triplet: 38, 51 and 22. RGB value is (56,81,34). Sum of RGB (Red+Green+Blue) = 56+81+34=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 81 - color contains mainly: green. Hex color #385122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385122 is #C7AEDD. Grayscale: #444444. Windows color (decimal): -13086430 or 2249016. OLE color: 2249016.

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

Color convert

RGB568134-
CMYK0.3100.580.68
HSL91.91º40.87%22.55%-
HSV(B)91.91º58.02%31.76%-
XYZ4.866.842.58-
YUV68.17108.72119.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.75%
GREEN value IS 81 (32.03% from 255) = 47.37%
BLUE value IS 34 (13.67% from 255) = 19.88%
R=32.75%
G=47.37%
B=19.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5681340.3100.580.6891.9140.8722.55
Hex3851221F03A445c2917
Octal7012142370721041345127
Binary11100010100011000101111101110101000100101110010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385122; }

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

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

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

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

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

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

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

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