Html Css Color HEX #373A34 Mallard

📋 copy color: '#373A34'

red 55 ◦ green 58 ◦ blue 52

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

Shades of Mallard #373A34

Tints of Mallard #373A34

RGB

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

 GREEN value IS 58 (23.05% from 255) = 35.15%

 BLUE value IS 52 (20.7% from 255) = 31.52%

R = 33.33%
G = 35.15%
B = 31.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.77

RGB Variations

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

Color information

#373A34 (or 0x373A34) is known color: Mallard. HEX triplet: 37, 3A and 34. RGB value is (55,58,52). Sum of RGB (Red+Green+Blue) = 55+58+52=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 58 - color contains mainly: green. Hex color #373A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373A34 is #C8C5CB. Grayscale: #383838. Windows color (decimal): -13157836 or 3422775. OLE color: 3422775.

HSL color Cylindrical-coordinate representation of color #373A34: hue angle of 90º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #373A34 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.

Color convert

RGB 55 58 52 -
CMYK 0.05 0 0.10 0.77
HSL 90º 0.05% 0.22% -
HSV(B) 90º 0.1% 0.23% -
XYZ 3.71 4.09 3.84 -
YUV 56.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 55 58 52 0.05 0 0.10 0.77 90 0.05 0.22
Hex 37 3A 34 5 0 A 4D 5A 5 16
Octal 67 72 64 5 0 12 115 132 5 26
Binary 110111 111010 110100 101 0 1010 1001101 1011010 101 10110

Color Harmonies of #373A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373A34

Black with #373A34

Text Example


Text Example

White with #373A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373A34; }

 p { color: rgb(55,58,52); }

 H1.HeaderClassName
 {
   color: #373A34;
 }
 .AnyTagClassName
 {
   color: #373A34;
 }
</style>

background-color css

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

 a { background-color: rgb(55,58,52); }

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

border-color css

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

 span { border-color: rgb(55,58,52); }

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