#3A7775

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

Shades of Ming #3A7775

Tints of Ming #3A7775

Color information

#3A7775 (or 0x3A7775) is unknown color: approx Ming. HEX triplet: 3A, 77 and 75. RGB value is (58,119,117). Sum of RGB (Red+Green+Blue) = 58+119+117=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #3A7775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7775 is #C5888A. Grayscale: #646464. Windows color (decimal): -12945547 or 7698234. OLE color: 7698234.

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

Color convert

RGB58119117-
CMYK0.5100.020.53
HSL178.03º34.46%34.71%-
HSV(B)178.03º51.26%46.67%-
XYZ11.5515.3819.19-
YUV100.53137.2997.66-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.73%
GREEN value IS 119 (46.88% from 255) = 40.48%
BLUE value IS 117 (46.09% from 255) = 39.80%
R=19.73%
G=40.48%
B=39.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal581191170.5100.020.53178.0334.4634.71
Hex3A7775330235b22223
Octal721671656302652624243
Binary1110101110111111010111001101011010110110010100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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