#3B7270

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

Shades of Ming #3B7270

Tints of Ming #3B7270

Color information

#3B7270 (or 0x3B7270) is unknown color: approx Ming. HEX triplet: 3B, 72 and 70. RGB value is (59,114,112). Sum of RGB (Red+Green+Blue) = 59+114+112=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 114 - color contains mainly: green. Hex color #3B7270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7270 is #C48D8F. Grayscale: #616161. Windows color (decimal): -12881296 or 7369275. OLE color: 7369275.

HSL color Cylindrical-coordinate representation of color #3B7270: hue angle of 177.82º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B7270 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB59114112-
CMYK0.4800.020.55
HSL177.82º31.79%33.92%-
HSV(B)177.82º48.25%44.71%-
XYZ10.7514.1317.49-
YUV97.33136.28100.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.70%
GREEN value IS 114 (44.92% from 255) = 40%
BLUE value IS 112 (44.14% from 255) = 39.30%
R=20.70%
G=40%
B=39.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal591141120.4800.020.55177.8231.7933.92
Hex3B7270300237b22022
Octal731621606002672624042
Binary1110111110010111000011000001011011110110010100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,114,112); }

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

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

 a { background-color: rgb(59,114,112); }

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

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

 span { border-color: rgb(59,114,112); }

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