#346E60

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

Shades of Genoa #346E60

Tints of Genoa #346E60

Color information

#346E60 (or 0x346E60) is unknown color: approx Genoa. HEX triplet: 34, 6E and 60. RGB value is (52,110,96). Sum of RGB (Red+Green+Blue) = 52+110+96=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 110 (43.36% from 255 or 42.64% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 110 - color contains mainly: green. Hex color #346E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346E60 is #CB919F. Grayscale: #5B5B5B. Windows color (decimal): -13341088 or 6319668. OLE color: 6319668.

HSL color Cylindrical-coordinate representation of color #346E60: hue angle of 165.52º 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 #346E60 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB5211096-
CMYK0.5300.130.57
HSL165.52º35.8%31.76%-
HSV(B)165.52º52.73%43.14%-
XYZ9.112.7313.04-
YUV91.06130.78100.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.16%
GREEN value IS 110 (43.36% from 255) = 42.64%
BLUE value IS 96 (37.89% from 255) = 37.21%
R=20.16%
G=42.64%
B=37.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52110960.5300.130.57165.5235.831.76
Hex346E60350D39a62420
Octal6415614065015712464440
Binary110100110111011000001101010110111100110100110100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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