#347C72

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

Shades of Genoa #347C72

Tints of Genoa #347C72

Color information

#347C72 (or 0x347C72) is unknown color: approx Genoa. HEX triplet: 34, 7C and 72. RGB value is (52,124,114). Sum of RGB (Red+Green+Blue) = 52+124+114=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 124 - color contains mainly: green. Hex color #347C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347C72 is #CB838D. Grayscale: #656565. Windows color (decimal): -13337486 or 7502900. OLE color: 7502900.

HSL color Cylindrical-coordinate representation of color #347C72: hue angle of 171.67º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347C72 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB52124114-
CMYK0.5800.080.51
HSL171.67º40.91%34.51%-
HSV(B)171.67º58.06%48.63%-
XYZ11.6616.3618.46-
YUV101.33135.1592.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.93%
GREEN value IS 124 (48.83% from 255) = 42.76%
BLUE value IS 114 (44.92% from 255) = 39.31%
R=17.93%
G=42.76%
B=39.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal521241140.5800.080.51171.6740.9134.51
Hex347C723A0833ac2923
Octal6417416272010632545143
Binary110100111110011100101110100100011001110101100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347C72; }

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

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

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

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

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

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

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

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