Html Css Color HEX #387978 Ming

📋 copy color: '#387978'

red 56 ◦ green 121 ◦ blue 120

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

Shades of Ming #387978

Tints of Ming #387978

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.74%

 BLUE value IS 120 (47.27% from 255) = 40.4%

R = 18.86%
G = 40.74%
B = 40.4%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#387978 (or 0x387978) is known color: Ming. HEX triplet: 38, 79 and 78. RGB value is (56,121,120). Sum of RGB (Red+Green+Blue) = 56+121+120=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 121 - color contains mainly: green. Hex color #387978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387978 is #C78687. Grayscale: #656565. Windows color (decimal): -13076104 or 7895352. OLE color: 7895352.

HSL color Cylindrical-coordinate representation of color #387978: hue angle of 179.08º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #387978 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 121 120 -
CMYK 0.54 0 0.01 0.53
HSL 179.08º 0.37% 0.35% -
HSV(B) 179.08º 0.54% 0.47% -
XYZ 11.86 15.87 20.21 -
YUV 101.45 138.47 95.58 -
System Red Green Blue C M Y K H S L
Decimal 56 121 120 0.54 0 0.01 0.53 179.08 0.37 0.35
Hex 38 79 78 36 0 1 35 B3 25 23
Octal 70 171 170 66 0 1 65 263 45 43
Binary 111000 1111001 1111000 110110 0 1 110101 10110011 100101 100011

Color Harmonies of #387978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387978

Black with #387978

Text Example


Text Example

White with #387978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387978; }

 p { color: rgb(56,121,120); }

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

background-color css

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

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

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

border-color css

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

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

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