Html Css Color HEX #376F6E Ming

📋 copy color: '#376F6E'

red 55 ◦ green 111 ◦ blue 110

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

Shades of Ming #376F6E

Tints of Ming #376F6E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.22%

 BLUE value IS 110 (43.36% from 255) = 39.86%

R = 19.93%
G = 40.22%
B = 39.86%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#376F6E (or 0x376F6E) is known color: Ming. HEX triplet: 37, 6F and 6E. RGB value is (55,111,110). Sum of RGB (Red+Green+Blue) = 55+111+110=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 111 - color contains mainly: green. Hex color #376F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376F6E is #C89091. Grayscale: #5E5E5E. Windows color (decimal): -13144210 or 7237431. OLE color: 7237431.

HSL color Cylindrical-coordinate representation of color #376F6E: hue angle of 178.93º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376F6E is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 111 110 -
CMYK 0.50 0 0.01 0.56
HSL 178.93º 0.34% 0.33% -
HSV(B) 178.93º 0.5% 0.44% -
XYZ 10.07 13.31 16.79 -
YUV 94.14 136.95 100.08 -
System Red Green Blue C M Y K H S L
Decimal 55 111 110 0.50 0 0.01 0.56 178.93 0.34 0.33
Hex 37 6F 6E 32 0 1 38 B3 22 21
Octal 67 157 156 62 0 1 70 263 42 41
Binary 110111 1101111 1101110 110010 0 1 111000 10110011 100010 100001

Color Harmonies of #376F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F6E

Black with #376F6E

Text Example


Text Example

White with #376F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376F6E; }

 p { color: rgb(55,111,110); }

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

background-color css

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

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

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

border-color css

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

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

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