#347F73

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

Shades of Genoa #347F73

Tints of Genoa #347F73

Color information

#347F73 (or 0x347F73) is unknown color: approx Genoa. HEX triplet: 34, 7F and 73. RGB value is (52,127,115). Sum of RGB (Red+Green+Blue) = 52+127+115=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 127 - color contains mainly: green. Hex color #347F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347F73 is #CB808C. Grayscale: #676767. Windows color (decimal): -13336717 or 7569204. OLE color: 7569204.

HSL color Cylindrical-coordinate representation of color #347F73: hue angle of 170.4º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347F73 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB52127115-
CMYK0.5900.090.50
HSL170.4º41.9%35.1%-
HSV(B)170.4º59.06%49.8%-
XYZ12.117.1518.89-
YUV103.21134.6591.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.69%
GREEN value IS 127 (50% from 255) = 43.20%
BLUE value IS 115 (45.31% from 255) = 39.12%
R=17.69%
G=43.20%
B=39.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal521271150.5900.090.50170.441.935.1
Hex347F733B0932aa2a23
Octal6417716373011622525243
Binary110100111111111100111110110100111001010101010101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,127,115); }

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

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

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

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

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

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

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