#347271

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

Shades of Ming #347271

Tints of Ming #347271

Color information

#347271 (or 0x347271) is unknown color: approx Ming. HEX triplet: 34, 72 and 71. RGB value is (52,114,113). Sum of RGB (Red+Green+Blue) = 52+114+113=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 114 - color contains mainly: green. Hex color #347271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347271 is #CB8D8E. Grayscale: #5F5F5F. Windows color (decimal): -13340047 or 7434804. OLE color: 7434804.

HSL color Cylindrical-coordinate representation of color #347271: hue angle of 179.03º 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 #347271 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB52114113-
CMYK0.5400.010.55
HSL179.03º37.35%32.55%-
HSV(B)179.03º54.39%44.71%-
XYZ10.4113.9617.77-
YUV95.35137.9697.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.64%
GREEN value IS 114 (44.92% from 255) = 40.86%
BLUE value IS 113 (44.53% from 255) = 40.50%
R=18.64%
G=40.86%
B=40.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal521141130.5400.010.55179.0337.3532.55
Hex347271360137b32521
Octal641621616601672634541
Binary110100111001011100011101100111011110110011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347271; }

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

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

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

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

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

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

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

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