Html Css Color HEX #3D7672 Ming

📋 copy color: '#3D7672'

red 61 ◦ green 118 ◦ blue 114

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

Shades of Ming #3D7672

Tints of Ming #3D7672

RGB

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

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

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

R = 20.82%
G = 40.27%
B = 38.91%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#3D7672 (or 0x3D7672) is known color: Ming. HEX triplet: 3D, 76 and 72. RGB value is (61,118,114). Sum of RGB (Red+Green+Blue) = 61+118+114=293 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.82% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #3D7672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7672 is #C2898D. Grayscale: #646464. Windows color (decimal): -12749198 or 7501373. OLE color: 7501373.

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

Color convert

RGB 61 118 114 -
CMYK 0.48 0 0.03 0.54
HSL 175.79º 0.32% 0.35% -
HSV(B) 175.79º 0.48% 0.46% -
XYZ 11.44 15.16 18.24 -
YUV 100.5 135.62 99.83 -
System Red Green Blue C M Y K H S L
Decimal 61 118 114 0.48 0 0.03 0.54 175.79 0.32 0.35
Hex 3D 76 72 30 0 3 36 B0 20 23
Octal 75 166 162 60 0 3 66 260 40 43
Binary 111101 1110110 1110010 110000 0 11 110110 10110000 100000 100011

Color Harmonies of #3D7672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7672

Black with #3D7672

Text Example


Text Example

White with #3D7672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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