Html Css Color HEX #387271 Ming

📋 copy color: '#387271'

red 56 ◦ green 114 ◦ blue 113

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

Shades of Ming #387271

Tints of Ming #387271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.28%

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

R = 19.79%
G = 40.28%
B = 39.93%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#387271 (or 0x387271) is known color: Ming. HEX triplet: 38, 72 and 71. RGB value is (56,114,113). Sum of RGB (Red+Green+Blue) = 56+114+113=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 114 - color contains mainly: green. Hex color #387271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387271 is #C78D8E. Grayscale: #606060. Windows color (decimal): -13077903 or 7434808. OLE color: 7434808.

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

Color convert

RGB 56 114 113 -
CMYK 0.51 0 0.01 0.55
HSL 178.97º 0.34% 0.33% -
HSV(B) 178.97º 0.51% 0.45% -
XYZ 10.63 14.07 17.78 -
YUV 96.54 137.28 99.08 -
System Red Green Blue C M Y K H S L
Decimal 56 114 113 0.51 0 0.01 0.55 178.97 0.34 0.33
Hex 38 72 71 33 0 1 37 B3 22 21
Octal 70 162 161 63 0 1 67 263 42 41
Binary 111000 1110010 1110001 110011 0 1 110111 10110011 100010 100001

Color Harmonies of #387271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387271

Black with #387271

Text Example


Text Example

White with #387271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387271; }

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

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

background-color css

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

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

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

border-color css

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

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

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