#347272

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

Shades of Ming #347272

Tints of Ming #347272

Color information

#347272 (or 0x347272) is unknown color: approx Ming. HEX triplet: 34, 72 and 72. RGB value is (52,114,114). Sum of RGB (Red+Green+Blue) = 52+114+114=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #347272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347272 is #CB8D8D. Grayscale: #5F5F5F. Windows color (decimal): -13340046 or 7500340. OLE color: 7500340.

HSL color Cylindrical-coordinate representation of color #347272: hue angle of 180º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #347272 is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB52114114-
CMYK0.54000.55
HSL180º37.35%32.55%-
HSV(B)180º54.39%44.71%-
XYZ10.4713.9818.07-
YUV95.46138.4697-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.57%
GREEN value IS 114 (44.92% from 255) = 40.71%
BLUE value IS 114 (44.92% from 255) = 40.71%
R=18.57%
G=40.71%
B=40.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal521141140.54000.5518037.3532.55
Hex347272360037b42521
Octal641621626600672644541
Binary110100111001011100101101100011011110110100100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347272; }

 p { color: rgb(52,114,114); }

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

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

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

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

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

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

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