Html Css Color HEX #37472A Mallard

📋 copy color: '#37472A'

red 55 ◦ green 71 ◦ blue 42

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

Shades of Mallard #37472A

Tints of Mallard #37472A

RGB

 RED value IS 55 (21.88% from 255) = 32.74%

 GREEN value IS 71 (28.13% from 255) = 42.26%

 BLUE value IS 42 (16.8% from 255) = 25%

R = 32.74%
G = 42.26%
B = 25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#37472A (or 0x37472A) is known color: Mallard. HEX triplet: 37, 47 and 2A. RGB value is (55,71,42). Sum of RGB (Red+Green+Blue) = 55+71+42=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 71 - color contains mainly: green. Hex color #37472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37472A is #C8B8D5. Grayscale: #3F3F3F. Windows color (decimal): -13154518 or 2770743. OLE color: 2770743.

HSL color Cylindrical-coordinate representation of color #37472A: hue angle of 93.1º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #37472A is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB 55 71 42 -
CMYK 0.23 0 0.41 0.72
HSL 93.1º 0.26% 0.22% -
HSV(B) 93.1º 0.41% 0.28% -
XYZ 4.25 5.49 3.03 -
YUV 62.91 116.2 122.36 -
System Red Green Blue C M Y K H S L
Decimal 55 71 42 0.23 0 0.41 0.72 93.1 0.26 0.22
Hex 37 47 2A 17 0 29 48 5D 1A 16
Octal 67 107 52 27 0 51 110 135 32 26
Binary 110111 1000111 101010 10111 0 101001 1001000 1011101 11010 10110

Color Harmonies of #37472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37472A

Black with #37472A

Text Example


Text Example

White with #37472A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37472A; }

 p { color: rgb(55,71,42); }

 H1.HeaderClassName
 {
   color: #37472A;
 }
 .AnyTagClassName
 {
   color: #37472A;
 }
</style>

background-color css

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

 a { background-color: rgb(55,71,42); }

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

border-color css

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

 span { border-color: rgb(55,71,42); }

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