Html Css Color HEX #387679 Ming

📋 copy color: '#387679'

red 56 ◦ green 118 ◦ blue 121

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

Shades of Ming #387679

Tints of Ming #387679

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40%

 BLUE value IS 121 (47.66% from 255) = 41.02%

R = 18.98%
G = 40%
B = 41.02%

CMYK

 C value IS 0.54

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#387679 (or 0x387679) is known color: Ming. HEX triplet: 38, 76 and 79. RGB value is (56,118,121). Sum of RGB (Red+Green+Blue) = 56+118+121=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 121 - color contains mainly: blue. Hex color #387679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387679 is #C78986. Grayscale: #636363. Windows color (decimal): -13076871 or 7960120. OLE color: 7960120.

HSL color Cylindrical-coordinate representation of color #387679: hue angle of 182.77º 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 #387679 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 118 121 -
CMYK 0.54 0.02 0 0.53
HSL 182.77º 0.37% 0.35% -
HSV(B) 182.77º 0.54% 0.47% -
XYZ 11.56 15.18 20.41 -
YUV 99.8 139.96 96.76 -
System Red Green Blue C M Y K H S L
Decimal 56 118 121 0.54 0.02 0 0.53 182.77 0.37 0.35
Hex 38 76 79 36 2 0 35 B7 25 23
Octal 70 166 171 66 2 0 65 267 45 43
Binary 111000 1110110 1111001 110110 10 0 110101 10110111 100101 100011

Color Harmonies of #387679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387679

Black with #387679

Text Example


Text Example

White with #387679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387679; }

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

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

background-color css

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

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

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

border-color css

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

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

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