#3B7876

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

Shades of Ming #3B7876

Tints of Ming #3B7876

Color information

#3B7876 (or 0x3B7876) is unknown color: approx Ming. HEX triplet: 3B, 78 and 76. RGB value is (59,120,118). Sum of RGB (Red+Green+Blue) = 59+120+118=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 120 - color contains mainly: green. Hex color #3B7876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7876 is #C48789. Grayscale: #656565. Windows color (decimal): -12879754 or 7764027. OLE color: 7764027.

HSL color Cylindrical-coordinate representation of color #3B7876: 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 #3B7876 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB59120118-
CMYK0.5100.020.53
HSL178.03º34.08%35.1%-
HSV(B)178.03º50.83%47.06%-
XYZ11.7915.6719.54-
YUV101.53137.2997.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.87%
GREEN value IS 120 (47.27% from 255) = 40.40%
BLUE value IS 118 (46.48% from 255) = 39.73%
R=19.87%
G=40.40%
B=39.73%

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
Decimal591201180.5100.020.53178.0334.0835.1
Hex3B7876330235b22223
Octal731701666302652624243
Binary1110111111000111011011001101011010110110010100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,120,118); }

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

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

 a { background-color: rgb(59,120,118); }

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

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

 span { border-color: rgb(59,120,118); }

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