#347D70

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

Shades of Genoa #347D70

Tints of Genoa #347D70

Color information

#347D70 (or 0x347D70) is unknown color: approx Genoa. HEX triplet: 34, 7D and 70. RGB value is (52,125,112). Sum of RGB (Red+Green+Blue) = 52+125+112=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 125 - color contains mainly: green. Hex color #347D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347D70 is #CB828F. Grayscale: #656565. Windows color (decimal): -13337232 or 7372084. OLE color: 7372084.

HSL color Cylindrical-coordinate representation of color #347D70: hue angle of 169.32º 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 #347D70 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB52125112-
CMYK0.5800.100.51
HSL169.32º41.24%34.71%-
HSV(B)169.32º58.4%49.02%-
XYZ11.6716.5717.91-
YUV101.69133.8292.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.99%
GREEN value IS 125 (49.22% from 255) = 43.25%
BLUE value IS 112 (44.14% from 255) = 38.75%
R=17.99%
G=43.25%
B=38.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal521251120.5800.100.51169.3241.2434.71
Hex347D703A0A33a92923
Octal6417516072012632515143
Binary110100111110111100001110100101011001110101001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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