Html Css Color HEX #3D7574 Ming

📋 copy color: '#3D7574'

red 61 ◦ green 117 ◦ blue 116

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

Shades of Ming #3D7574

Tints of Ming #3D7574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.46%

R = 20.75%
G = 39.8%
B = 39.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#3D7574 (or 0x3D7574) is known color: Ming. HEX triplet: 3D, 75 and 74. RGB value is (61,117,116). Sum of RGB (Red+Green+Blue) = 61+117+116=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 117 - color contains mainly: green. Hex color #3D7574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7574 is #C28A8B. Grayscale: #646464. Windows color (decimal): -12749452 or 7632189. OLE color: 7632189.

HSL color Cylindrical-coordinate representation of color #3D7574: hue angle of 178.93º degrees, saturation: 0.31, 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 #3D7574 is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 61 117 116 -
CMYK 0.48 0 0.01 0.54
HSL 178.93º 0.31% 0.35% -
HSV(B) 178.93º 0.48% 0.46% -
XYZ 11.44 14.98 18.81 -
YUV 100.14 136.95 100.08 -
System Red Green Blue C M Y K H S L
Decimal 61 117 116 0.48 0 0.01 0.54 178.93 0.31 0.35
Hex 3D 75 74 30 0 1 36 B3 1F 23
Octal 75 165 164 60 0 1 66 263 37 43
Binary 111101 1110101 1110100 110000 0 1 110110 10110011 11111 100011

Color Harmonies of #3D7574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7574

Black with #3D7574

Text Example


Text Example

White with #3D7574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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