Html Css Color HEX #377473 Ming

📋 copy color: '#377473'

red 55 ◦ green 116 ◦ blue 115

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

Shades of Ming #377473

Tints of Ming #377473

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.56%

 BLUE value IS 115 (45.31% from 255) = 40.21%

R = 19.23%
G = 40.56%
B = 40.21%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#377473 (or 0x377473) is known color: Ming. HEX triplet: 37, 74 and 73. RGB value is (55,116,115). Sum of RGB (Red+Green+Blue) = 55+116+115=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 116 - color contains mainly: green. Hex color #377473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377473 is #C88B8C. Grayscale: #616161. Windows color (decimal): -13142925 or 7566391. OLE color: 7566391.

HSL color Cylindrical-coordinate representation of color #377473: hue angle of 179.02º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #377473 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 116 115 -
CMYK 0.53 0 0.01 0.55
HSL 179.02º 0.36% 0.34% -
HSV(B) 179.02º 0.53% 0.45% -
XYZ 10.92 14.54 18.45 -
YUV 97.65 137.79 97.58 -
System Red Green Blue C M Y K H S L
Decimal 55 116 115 0.53 0 0.01 0.55 179.02 0.36 0.34
Hex 37 74 73 35 0 1 37 B3 24 22
Octal 67 164 163 65 0 1 67 263 44 42
Binary 110111 1110100 1110011 110101 0 1 110111 10110011 100100 100010

Color Harmonies of #377473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377473

Black with #377473

Text Example


Text Example

White with #377473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377473; }

 p { color: rgb(55,116,115); }

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

background-color css

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

 a { background-color: rgb(55,116,115); }

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

border-color css

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

 span { border-color: rgb(55,116,115); }

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