#373A34

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

Shades of Mallard #373A34

Tints of Mallard #373A34

Color information

#373A34 (or 0x373A34) is unknown color: approx 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

RGB555852-
CMYK0.0500.100.77
HSL90º5.45%21.57%-
HSV(B)90º10.34%22.75%-
XYZ3.714.093.84-
YUV56.42125.51126.99-

RGB Variations

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

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.70% from 255) = 31.52%
R=33.33%
G=35.15%
B=31.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5558520.0500.100.77905.4521.57
Hex373A3450A4D5a516
Octal6772645012115132526
Binary110111111010110100101010101001101101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>