Html Css Color HEX #386F6D Ming

📋 copy color: '#386F6D'

red 56 ◦ green 111 ◦ blue 109

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

Shades of Ming #386F6D

Tints of Ming #386F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.49%

R = 20.29%
G = 40.22%
B = 39.49%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#386F6D (or 0x386F6D) is known color: Ming. HEX triplet: 38, 6F and 6D. RGB value is (56,111,109). Sum of RGB (Red+Green+Blue) = 56+111+109=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 111 - color contains mainly: green. Hex color #386F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386F6D is #C79092. Grayscale: #5E5E5E. Windows color (decimal): -13078675 or 7171896. OLE color: 7171896.

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

Color convert

RGB 56 111 109 -
CMYK 0.50 0 0.02 0.56
HSL 177.82º 0.33% 0.33% -
HSV(B) 177.82º 0.5% 0.44% -
XYZ 10.08 13.31 16.51 -
YUV 94.33 136.28 100.66 -
System Red Green Blue C M Y K H S L
Decimal 56 111 109 0.50 0 0.02 0.56 177.82 0.33 0.33
Hex 38 6F 6D 32 0 2 38 B2 21 21
Octal 70 157 155 62 0 2 70 262 41 41
Binary 111000 1101111 1101101 110010 0 10 111000 10110010 100001 100001

Color Harmonies of #386F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386F6D

Black with #386F6D

Text Example


Text Example

White with #386F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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