Html Css Color HEX #386F6E Ming

📋 copy color: '#386F6E'

red 56 ◦ green 111 ◦ blue 110

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

Shades of Ming #386F6E

Tints of Ming #386F6E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.07%

 BLUE value IS 110 (43.36% from 255) = 39.71%

R = 20.22%
G = 40.07%
B = 39.71%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#386F6E (or 0x386F6E) is known color: Ming. HEX triplet: 38, 6F and 6E. RGB value is (56,111,110). Sum of RGB (Red+Green+Blue) = 56+111+110=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 111 - color contains mainly: green. Hex color #386F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386F6E is #C79091. Grayscale: #5E5E5E. Windows color (decimal): -13078674 or 7237432. OLE color: 7237432.

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

Color convert

RGB 56 111 110 -
CMYK 0.50 0 0.01 0.56
HSL 178.91º 0.33% 0.33% -
HSV(B) 178.91º 0.5% 0.44% -
XYZ 10.13 13.34 16.79 -
YUV 94.44 136.78 100.58 -
System Red Green Blue C M Y K H S L
Decimal 56 111 110 0.50 0 0.01 0.56 178.91 0.33 0.33
Hex 38 6F 6E 32 0 1 38 B3 21 21
Octal 70 157 156 62 0 1 70 263 41 41
Binary 111000 1101111 1101110 110010 0 1 111000 10110011 100001 100001

Color Harmonies of #386F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386F6E

Black with #386F6E

Text Example


Text Example

White with #386F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386F6E; }

 p { color: rgb(56,111,110); }

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

background-color css

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

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

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

border-color css

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

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

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