Html Css Color HEX #377171 Ming

📋 copy color: '#377171'

red 55 ◦ green 113 ◦ blue 113

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

Shades of Ming #377171

Tints of Ming #377171

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.21%

 BLUE value IS 113 (44.53% from 255) = 40.21%

R = 19.57%
G = 40.21%
B = 40.21%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#377171 (or 0x377171) is known color: Ming. HEX triplet: 37, 71 and 71. RGB value is (55,113,113). Sum of RGB (Red+Green+Blue) = 55+113+113=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #377171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377171 is #C88E8E. Grayscale: #5F5F5F. Windows color (decimal): -13143695 or 7434551. OLE color: 7434551.

HSL color Cylindrical-coordinate representation of color #377171: hue angle of 180º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #377171 is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 113 113 -
CMYK 0.51 0 0 0.56
HSL 180º 0.35% 0.33% -
HSV(B) 180º 0.51% 0.44% -
XYZ 10.46 13.81 17.74 -
YUV 95.66 137.78 99 -
System Red Green Blue C M Y K H S L
Decimal 55 113 113 0.51 0 0 0.56 180 0.35 0.33
Hex 37 71 71 33 0 0 38 B4 23 21
Octal 67 161 161 63 0 0 70 264 43 41
Binary 110111 1110001 1110001 110011 0 0 111000 10110100 100011 100001

Color Harmonies of #377171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377171

Black with #377171

Text Example


Text Example

White with #377171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377171; }

 p { color: rgb(55,113,113); }

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

background-color css

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

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

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

border-color css

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

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

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