Html Css Color HEX #377371 Ming

📋 copy color: '#377371'

red 55 ◦ green 115 ◦ blue 113

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

Shades of Ming #377371

Tints of Ming #377371

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.64%

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

R = 19.43%
G = 40.64%
B = 39.93%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#377371 (or 0x377371) is known color: Ming. HEX triplet: 37, 73 and 71. RGB value is (55,115,113). Sum of RGB (Red+Green+Blue) = 55+115+113=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 115 - color contains mainly: green. Hex color #377371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377371 is #C88C8E. Grayscale: #606060. Windows color (decimal): -13143183 or 7435063. OLE color: 7435063.

HSL color Cylindrical-coordinate representation of color #377371: hue angle of 178º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #377371 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 115 113 -
CMYK 0.52 0 0.02 0.55
HSL 178º 0.35% 0.33% -
HSV(B) 178º 0.52% 0.45% -
XYZ 10.69 14.27 17.81 -
YUV 96.83 137.12 98.16 -
System Red Green Blue C M Y K H S L
Decimal 55 115 113 0.52 0 0.02 0.55 178 0.35 0.33
Hex 37 73 71 34 0 2 37 B2 23 21
Octal 67 163 161 64 0 2 67 262 43 41
Binary 110111 1110011 1110001 110100 0 10 110111 10110010 100011 100001

Color Harmonies of #377371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377371

Black with #377371

Text Example


Text Example

White with #377371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377371; }

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

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

background-color css

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

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

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

border-color css

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

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

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