Html Css Color HEX #377474 Ming

📋 copy color: '#377474'

red 55 ◦ green 116 ◦ blue 116

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

Shades of Ming #377474

Tints of Ming #377474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.42%

R = 19.16%
G = 40.42%
B = 40.42%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#377474 (or 0x377474) is known color: Ming. HEX triplet: 37, 74 and 74. RGB value is (55,116,116). Sum of RGB (Red+Green+Blue) = 55+116+116=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #377474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377474 is #C88B8B. Grayscale: #616161. Windows color (decimal): -13142924 or 7631927. OLE color: 7631927.

HSL color Cylindrical-coordinate representation of color #377474: hue angle of 180º 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 #377474 is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 116 116 -
CMYK 0.53 0 0 0.55
HSL 180º 0.36% 0.34% -
HSV(B) 180º 0.53% 0.45% -
XYZ 10.97 14.56 18.76 -
YUV 97.76 138.29 97.5 -
System Red Green Blue C M Y K H S L
Decimal 55 116 116 0.53 0 0 0.55 180 0.36 0.34
Hex 37 74 74 35 0 0 37 B4 24 22
Octal 67 164 164 65 0 0 67 264 44 42
Binary 110111 1110100 1110100 110101 0 0 110111 10110100 100100 100010

Color Harmonies of #377474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377474

Black with #377474

Text Example


Text Example

White with #377474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377474; }

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

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

background-color css

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

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

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

border-color css

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

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

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