#347F70

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

Shades of Genoa #347F70

Tints of Genoa #347F70

Color information

#347F70 (or 0x347F70) is unknown color: approx Genoa. HEX triplet: 34, 7F and 70. RGB value is (52,127,112). Sum of RGB (Red+Green+Blue) = 52+127+112=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 127 (50% from 255 or 43.64% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 127 - color contains mainly: green. Hex color #347F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347F70 is #CB808F. Grayscale: #666666. Windows color (decimal): -13336720 or 7372596. OLE color: 7372596.

HSL color Cylindrical-coordinate representation of color #347F70: hue angle of 168º 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 #347F70 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB52127112-
CMYK0.5900.120.50
HSL168º41.9%35.1%-
HSV(B)168º59.06%49.8%-
XYZ11.9317.0818-
YUV102.86133.1591.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.87%
GREEN value IS 127 (50% from 255) = 43.64%
BLUE value IS 112 (44.14% from 255) = 38.49%
R=17.87%
G=43.64%
B=38.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal521271120.5900.120.5016841.935.1
Hex347F703B0C32a82a23
Octal6417716073014622505243
Binary110100111111111100001110110110011001010101000101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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