Html Css Color HEX #387171 Ming

📋 copy color: '#387171'

red 56 ◦ green 113 ◦ blue 113

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

Shades of Ming #387171

Tints of Ming #387171

RGB

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

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

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

R = 19.86%
G = 40.07%
B = 40.07%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#387171 (or 0x387171) is known color: Ming. HEX triplet: 38, 71 and 71. RGB value is (56,113,113). Sum of RGB (Red+Green+Blue) = 56+113+113=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #387171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387171 is #C78E8E. Grayscale: #5F5F5F. Windows color (decimal): -13078159 or 7434552. OLE color: 7434552.

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

Color convert

RGB 56 113 113 -
CMYK 0.50 0 0 0.56
HSL 180º 0.34% 0.33% -
HSV(B) 180º 0.5% 0.44% -
XYZ 10.52 13.84 17.74 -
YUV 95.96 137.62 99.5 -
System Red Green Blue C M Y K H S L
Decimal 56 113 113 0.50 0 0 0.56 180 0.34 0.33
Hex 38 71 71 32 0 0 38 B4 22 21
Octal 70 161 161 62 0 0 70 264 42 41
Binary 111000 1110001 1110001 110010 0 0 111000 10110100 100010 100001

Color Harmonies of #387171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387171

Black with #387171

Text Example


Text Example

White with #387171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387171; }

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

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

background-color css

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

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

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

border-color css

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

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

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