#3A7975

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

Shades of Ming #3A7975

Tints of Ming #3A7975

Color information

#3A7975 (or 0x3A7975) is unknown color: approx Ming. HEX triplet: 3A, 79 and 75. RGB value is (58,121,117). Sum of RGB (Red+Green+Blue) = 58+121+117=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 121 - color contains mainly: green. Hex color #3A7975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7975 is #C5868A. Grayscale: #656565. Windows color (decimal): -12945035 or 7698746. OLE color: 7698746.

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

Color convert

RGB58121117-
CMYK0.5200.030.53
HSL176.19º35.2%35.1%-
HSV(B)176.19º52.07%47.45%-
XYZ11.7915.8619.27-
YUV101.71136.6396.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.59%
GREEN value IS 121 (47.66% from 255) = 40.88%
BLUE value IS 117 (46.09% from 255) = 39.53%
R=19.59%
G=40.88%
B=39.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal581211170.5200.030.53176.1935.235.1
Hex3A7975340335b02323
Octal721711656403652604343
Binary1110101111001111010111010001111010110110000100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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