Html Css Color HEX #3D7576 Ming

📋 copy color: '#3D7576'

red 61 ◦ green 117 ◦ blue 118

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

Shades of Ming #3D7576

Tints of Ming #3D7576

RGB

 RED value IS 61 (24.22% from 255) = 20.61%

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

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

R = 20.61%
G = 39.53%
B = 39.86%

CMYK

 C value IS 0.48

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3D7576 (or 0x3D7576) is known color: Ming. HEX triplet: 3D, 75 and 76. RGB value is (61,117,118). Sum of RGB (Red+Green+Blue) = 61+117+118=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D7576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7576 is #C28A89. Grayscale: #646464. Windows color (decimal): -12749450 or 7763261. OLE color: 7763261.

HSL color Cylindrical-coordinate representation of color #3D7576: hue angle of 181.05º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D7576 is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 61 117 118 -
CMYK 0.48 0.01 0 0.54
HSL 181.05º 0.32% 0.35% -
HSV(B) 181.05º 0.48% 0.46% -
XYZ 11.56 15.02 19.43 -
YUV 100.37 137.95 99.92 -
System Red Green Blue C M Y K H S L
Decimal 61 117 118 0.48 0.01 0 0.54 181.05 0.32 0.35
Hex 3D 75 76 30 1 0 36 B5 20 23
Octal 75 165 166 60 1 0 66 265 40 43
Binary 111101 1110101 1110110 110000 1 0 110110 10110101 100000 100011

Color Harmonies of #3D7576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7576

Black with #3D7576

Text Example


Text Example

White with #3D7576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D7576; }

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

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

background-color css

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

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

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

border-color css

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

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

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