#314126

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

Shades of Mallard #314126

Tints of Mallard #314126

Color information

#314126 (or 0x314126) is unknown color: approx Mallard. HEX triplet: 31, 41 and 26. RGB value is (49,65,38). Sum of RGB (Red+Green+Blue) = 49+65+38=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 65 - color contains mainly: green. Hex color #314126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314126 is #CEBED9. Grayscale: #393939. Windows color (decimal): -13549274 or 2507057. OLE color: 2507057.

HSL color Cylindrical-coordinate representation of color #314126: hue angle of 95.56º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #314126 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB496538-
CMYK0.2500.420.75
HSL95.56º26.21%20.2%-
HSV(B)95.56º41.54%25.49%-
XYZ3.514.572.53-
YUV57.14117.2122.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.24%
GREEN value IS 65 (25.78% from 255) = 42.76%
BLUE value IS 38 (15.23% from 255) = 25%
R=32.24%
G=42.76%
B=25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4965380.2500.420.7595.5626.2120.2
Hex3141261902A4B601a14
Octal6110146310521131403224
Binary1100011000001100110110010101010100101111000001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314126; }

 p { color: rgb(49,65,38); }

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

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

 a { background-color: rgb(49,65,38); }

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

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

 span { border-color: rgb(49,65,38); }

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