#347660

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

Shades of Genoa #347660

Tints of Genoa #347660

Color information

#347660 (or 0x347660) is unknown color: approx Genoa. HEX triplet: 34, 76 and 60. RGB value is (52,118,96). Sum of RGB (Red+Green+Blue) = 52+118+96=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 118 - color contains mainly: green. Hex color #347660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347660 is #CB899F. Grayscale: #5F5F5F. Windows color (decimal): -13339040 or 6321716. OLE color: 6321716.

HSL color Cylindrical-coordinate representation of color #347660: hue angle of 160º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #347660 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB5211896-
CMYK0.5600.190.54
HSL160º38.82%33.33%-
HSV(B)160º55.93%46.27%-
XYZ10.0114.5313.34-
YUV95.76128.1396.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.55%
GREEN value IS 118 (46.48% from 255) = 44.36%
BLUE value IS 96 (37.89% from 255) = 36.09%
R=19.55%
G=44.36%
B=36.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52118960.5600.190.5416038.8233.33
Hex3476603801336a02721
Octal6416614070023662404741
Binary1101001110110110000011100001001111011010100000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347660; }

 p { color: rgb(52,118,96); }

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

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

 a { background-color: rgb(52,118,96); }

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

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

 span { border-color: rgb(52,118,96); }

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