#347770

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

Shades of Genoa #347770

Tints of Genoa #347770

Color information

#347770 (or 0x347770) is unknown color: approx Genoa. HEX triplet: 34, 77 and 70. RGB value is (52,119,112). Sum of RGB (Red+Green+Blue) = 52+119+112=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #347770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347770 is #CB888F. Grayscale: #626262. Windows color (decimal): -13338768 or 7370548. OLE color: 7370548.

HSL color Cylindrical-coordinate representation of color #347770: hue angle of 173.73º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #347770 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB52119112-
CMYK0.5600.060.53
HSL173.73º39.18%33.53%-
HSV(B)173.73º56.3%46.67%-
XYZ10.9415.0917.67-
YUV98.17135.895.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.37%
GREEN value IS 119 (46.88% from 255) = 42.05%
BLUE value IS 112 (44.14% from 255) = 39.58%
R=18.37%
G=42.05%
B=39.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521191120.5600.060.53173.7339.1833.53
Hex347770380635ae2722
Octal641671607006652564742
Binary11010011101111110000111000011011010110101110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347770; }

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

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

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

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

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

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

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

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