#346E68

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

Shades of Genoa #346E68

Tints of Genoa #346E68

Color information

#346E68 (or 0x346E68) is unknown color: approx Genoa. HEX triplet: 34, 6E and 68. RGB value is (52,110,104). Sum of RGB (Red+Green+Blue) = 52+110+104=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 110 (43.36% from 255 or 41.35% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 110 - color contains mainly: green. Hex color #346E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346E68 is #CB9197. Grayscale: #5B5B5B. Windows color (decimal): -13341080 or 6843956. OLE color: 6843956.

HSL color Cylindrical-coordinate representation of color #346E68: hue angle of 173.79º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #346E68 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB52110104-
CMYK0.5300.050.57
HSL173.79º35.8%31.76%-
HSV(B)173.79º52.73%43.14%-
XYZ9.4912.8815.08-
YUV91.97134.7899.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.55%
GREEN value IS 110 (43.36% from 255) = 41.35%
BLUE value IS 104 (41.02% from 255) = 39.10%
R=19.55%
G=41.35%
B=39.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal521101040.5300.050.57173.7935.831.76
Hex346E68350539ae2420
Octal641561506505712564440
Binary11010011011101101000110101010111100110101110100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346E68; }

 p { color: rgb(52,110,104); }

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

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

 a { background-color: rgb(52,110,104); }

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

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

 span { border-color: rgb(52,110,104); }

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