Html Css Color HEX #387473 Ming

📋 copy color: '#387473'

red 56 ◦ green 116 ◦ blue 115

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

Shades of Ming #387473

Tints of Ming #387473

RGB

 RED value IS 56 (22.27% from 255) = 19.51%

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

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

R = 19.51%
G = 40.42%
B = 40.07%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#387473 (or 0x387473) is known color: Ming. HEX triplet: 38, 74 and 73. RGB value is (56,116,115). Sum of RGB (Red+Green+Blue) = 56+116+115=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 116 - color contains mainly: green. Hex color #387473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387473 is #C78B8C. Grayscale: #616161. Windows color (decimal): -13077389 or 7566392. OLE color: 7566392.

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

Color convert

RGB 56 116 115 -
CMYK 0.52 0 0.01 0.55
HSL 179º 0.35% 0.34% -
HSV(B) 179º 0.52% 0.45% -
XYZ 10.97 14.57 18.45 -
YUV 97.95 137.62 98.08 -
System Red Green Blue C M Y K H S L
Decimal 56 116 115 0.52 0 0.01 0.55 179 0.35 0.34
Hex 38 74 73 34 0 1 37 B3 23 22
Octal 70 164 163 64 0 1 67 263 43 42
Binary 111000 1110100 1110011 110100 0 1 110111 10110011 100011 100010

Color Harmonies of #387473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387473

Black with #387473

Text Example


Text Example

White with #387473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387473; }

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

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

background-color css

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

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

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

border-color css

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

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

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