Html Css Color HEX #3D7372 Ming

📋 copy color: '#3D7372'

red 61 ◦ green 115 ◦ blue 114

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

Shades of Ming #3D7372

Tints of Ming #3D7372

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.66%

 BLUE value IS 114 (44.92% from 255) = 39.31%

R = 21.03%
G = 39.66%
B = 39.31%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#3D7372 (or 0x3D7372) is known color: Ming. HEX triplet: 3D, 73 and 72. RGB value is (61,115,114). Sum of RGB (Red+Green+Blue) = 61+115+114=290 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.03% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 115 - color contains mainly: green. Hex color #3D7372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7372 is #C28C8D. Grayscale: #626262. Windows color (decimal): -12749966 or 7500605. OLE color: 7500605.

HSL color Cylindrical-coordinate representation of color #3D7372: hue angle of 178.89º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D7372 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 61 115 114 -
CMYK 0.47 0 0.01 0.55
HSL 178.89º 0.31% 0.35% -
HSV(B) 178.89º 0.47% 0.45% -
XYZ 11.09 14.47 18.13 -
YUV 98.74 136.61 101.08 -
System Red Green Blue C M Y K H S L
Decimal 61 115 114 0.47 0 0.01 0.55 178.89 0.31 0.35
Hex 3D 73 72 2F 0 1 37 B3 1F 23
Octal 75 163 162 57 0 1 67 263 37 43
Binary 111101 1110011 1110010 101111 0 1 110111 10110011 11111 100011

Color Harmonies of #3D7372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7372

Black with #3D7372

Text Example


Text Example

White with #3D7372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,115,114); }

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

background-color css

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

 a { background-color: rgb(61,115,114); }

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

border-color css

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

 span { border-color: rgb(61,115,114); }

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