Html Css Color HEX #387576 Ming

📋 copy color: '#387576'

red 56 ◦ green 117 ◦ blue 118

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

Shades of Ming #387576

Tints of Ming #387576

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.21%

 BLUE value IS 118 (46.48% from 255) = 40.55%

R = 19.24%
G = 40.21%
B = 40.55%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#387576 (or 0x387576) is known color: Ming. HEX triplet: 38, 75 and 76. RGB value is (56,117,118). Sum of RGB (Red+Green+Blue) = 56+117+118=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: blue. Hex color #387576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387576 is #C78A89. Grayscale: #626262. Windows color (decimal): -13077130 or 7763256. OLE color: 7763256.

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

Color convert

RGB 56 117 118 -
CMYK 0.53 0.01 0 0.54
HSL 180.97º 0.36% 0.34% -
HSV(B) 180.97º 0.53% 0.46% -
XYZ 11.26 14.87 19.42 -
YUV 98.88 138.79 97.42 -
System Red Green Blue C M Y K H S L
Decimal 56 117 118 0.53 0.01 0 0.54 180.97 0.36 0.34
Hex 38 75 76 35 1 0 36 B5 24 22
Octal 70 165 166 65 1 0 66 265 44 42
Binary 111000 1110101 1110110 110101 1 0 110110 10110101 100100 100010

Color Harmonies of #387576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387576

Black with #387576

Text Example


Text Example

White with #387576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387576; }

 p { color: rgb(56,117,118); }

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

background-color css

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

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

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

border-color css

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

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

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