#3A7976

Color #3A7976 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #3A7976

Tints of Ming #3A7976

Color information

#3A7976 (or 0x3A7976) is unknown color: approx Ming. HEX triplet: 3A, 79 and 76. RGB value is (58,121,118). Sum of RGB (Red+Green+Blue) = 58+121+118=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 121 - color contains mainly: green. Hex color #3A7976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7976 is #C58689. Grayscale: #656565. Windows color (decimal): -12945034 or 7764282. OLE color: 7764282.

HSL color Cylindrical-coordinate representation of color #3A7976: hue angle of 177.14º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A7976 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB58121118-
CMYK0.5200.020.53
HSL177.14º35.2%35.1%-
HSV(B)177.14º52.07%47.45%-
XYZ11.8515.8819.58-
YUV101.82137.1396.74-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.53%
GREEN value IS 121 (47.66% from 255) = 40.74%
BLUE value IS 118 (46.48% from 255) = 39.73%
R=19.53%
G=40.74%
B=39.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal581211180.5200.020.53177.1435.235.1
Hex3A7976340235b12323
Octal721711666402652614343
Binary1110101111001111011011010001011010110110001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A7976;
 }
 .AnyTagClassName
 {
   color: #3A7976;
 }
</style>
background-color css

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

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

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

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

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

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