Html Css Color HEX #387472 Ming

📋 copy color: '#387472'

red 56 ◦ green 116 ◦ blue 114

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

Shades of Ming #387472

Tints of Ming #387472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 39.86%

R = 19.58%
G = 40.56%
B = 39.86%

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

#387472 (or 0x387472) is known color: Ming. HEX triplet: 38, 74 and 72. RGB value is (56,116,114). Sum of RGB (Red+Green+Blue) = 56+116+114=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 116 - color contains mainly: green. Hex color #387472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387472 is #C78B8D. Grayscale: #616161. Windows color (decimal): -13077390 or 7500856. OLE color: 7500856.

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

Color convert

RGB 56 116 114 -
CMYK 0.52 0 0.02 0.55
HSL 178º 0.35% 0.34% -
HSV(B) 178º 0.52% 0.45% -
XYZ 10.91 14.55 18.15 -
YUV 97.83 137.12 98.16 -
System Red Green Blue C M Y K H S L
Decimal 56 116 114 0.52 0 0.02 0.55 178 0.35 0.34
Hex 38 74 72 34 0 2 37 B2 23 22
Octal 70 164 162 64 0 2 67 262 43 42
Binary 111000 1110100 1110010 110100 0 10 110111 10110010 100011 100010

Color Harmonies of #387472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387472

Black with #387472

Text Example


Text Example

White with #387472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387472; }

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

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

background-color css

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

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

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

border-color css

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

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

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