#347666

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

Shades of Genoa #347666

Tints of Genoa #347666

Color information

#347666 (or 0x347666) is unknown color: approx Genoa. HEX triplet: 34, 76 and 66. RGB value is (52,118,102). Sum of RGB (Red+Green+Blue) = 52+118+102=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 118 - color contains mainly: green. Hex color #347666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347666 is #CB8999. Grayscale: #606060. Windows color (decimal): -13339034 or 6714932. OLE color: 6714932.

HSL color Cylindrical-coordinate representation of color #347666: hue angle of 165.45º 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 #347666 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB52118102-
CMYK0.5600.140.54
HSL165.45º38.82%33.33%-
HSV(B)165.45º55.93%46.27%-
XYZ10.2914.6514.85-
YUV96.44131.1396.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.12%
GREEN value IS 118 (46.48% from 255) = 43.38%
BLUE value IS 102 (40.23% from 255) = 37.5%
R=19.12%
G=43.38%
B=37.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal521181020.5600.140.54165.4538.8233.33
Hex347666380E36a52721
Octal6416614670016662454741
Binary110100111011011001101110000111011011010100101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347666; }

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

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

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

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

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

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

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

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