#385123

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

Shades of Mallard #385123

Tints of Mallard #385123

Color information

#385123 (or 0x385123) is unknown color: approx Mallard. HEX triplet: 38, 51 and 23. RGB value is (56,81,35). Sum of RGB (Red+Green+Blue) = 56+81+35=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 81 - color contains mainly: green. Hex color #385123 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385123 is #C7AEDC. Grayscale: #444444. Windows color (decimal): -13086429 or 2314552. OLE color: 2314552.

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

Color convert

RGB568135-
CMYK0.3100.570.68
HSL92.61º39.66%22.75%-
HSV(B)92.61º56.79%31.76%-
XYZ4.886.852.65-
YUV68.28109.22119.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.56%
GREEN value IS 81 (32.03% from 255) = 47.09%
BLUE value IS 35 (14.06% from 255) = 20.35%
R=32.56%
G=47.09%
B=20.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5681350.3100.570.6892.6139.6622.75
Hex3851231F039445d2817
Octal7012143370711041355027
Binary11100010100011000111111101110011000100101110110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385123; }

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

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

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

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

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

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

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

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