Html Css Color HEX #313F28 Mallard

📋 copy color: '#313F28'

red 49 ◦ green 63 ◦ blue 40

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

Shades of Mallard #313F28

Tints of Mallard #313F28

RGB

 RED value IS 49 (19.53% from 255) = 32.24%

 GREEN value IS 63 (25% from 255) = 41.45%

 BLUE value IS 40 (16.02% from 255) = 26.32%

R = 32.24%
G = 41.45%
B = 26.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#313F28 (or 0x313F28) is known color: Mallard. HEX triplet: 31, 3F and 28. RGB value is (49,63,40). Sum of RGB (Red+Green+Blue) = 49+63+40=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 63 (25% from 255 or 41.45% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 63 - color contains mainly: green. Hex color #313F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313F28 is #CEC0D7. Grayscale: #383838. Windows color (decimal): -13549784 or 2637617. OLE color: 2637617.

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

Color convert

RGB 49 63 40 -
CMYK 0.22 0 0.37 0.75
HSL 96.52º 0.22% 0.2% -
HSV(B) 96.52º 0.37% 0.25% -
XYZ 3.43 4.36 2.67 -
YUV 56.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 49 63 40 0.22 0 0.37 0.75 96.52 0.22 0.2
Hex 31 3F 28 16 0 25 4B 61 16 14
Octal 61 77 50 26 0 45 113 141 26 24
Binary 110001 111111 101000 10110 0 100101 1001011 1100001 10110 10100

Color Harmonies of #313F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313F28

Black with #313F28

Text Example


Text Example

White with #313F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313F28; }

 p { color: rgb(49,63,40); }

 H1.HeaderClassName
 {
   color: #313F28;
 }
 .AnyTagClassName
 {
   color: #313F28;
 }
</style>

background-color css

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

 a { background-color: rgb(49,63,40); }

 div.DivClassName
 {
   background-color: #313F28;
 }
 .BgClassName
 {
   background-color: #313F28;
 }
</style>

border-color css

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

 span { border-color: rgb(49,63,40); }

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