Html Css Color HEX #314126 Mallard

📋 copy color: '#314126'

red 49 ◦ green 65 ◦ blue 38

#314126
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mallard #314126

Tints of Mallard #314126

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 value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#314126 (or 0x314126) is known color: 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

RGB 49 65 38 -
CMYK 0.25 0 0.42 0.75
HSL 95.56º 0.26% 0.2% -
HSV(B) 95.56º 0.42% 0.25% -
XYZ 3.51 4.57 2.53 -
YUV 57.14 117.2 122.2 -
System Red Green Blue C M Y K H S L
Decimal 49 65 38 0.25 0 0.42 0.75 95.56 0.26 0.2
Hex 31 41 26 19 0 2A 4B 60 1A 14
Octal 61 101 46 31 0 52 113 140 32 24
Binary 110001 1000001 100110 11001 0 101010 1001011 1100000 11010 10100

Color Harmonies of #314126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314126

Black with #314126

Text Example


Text Example

White with #314126

Text Example


Text Example

HTML Codes & Css Web 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>