#346A63

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

Shades of Genoa #346A63

Tints of Genoa #346A63

Color information

#346A63 (or 0x346A63) is unknown color: approx Genoa. HEX triplet: 34, 6A and 63. RGB value is (52,106,99). Sum of RGB (Red+Green+Blue) = 52+106+99=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 106 (41.80% from 255 or 41.25% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 106 - color contains mainly: green. Hex color #346A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346A63 is #CB959C. Grayscale: #595959. Windows color (decimal): -13342109 or 6515252. OLE color: 6515252.

HSL color Cylindrical-coordinate representation of color #346A63: hue angle of 172.22º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #346A63 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB5210699-
CMYK0.5100.070.58
HSL172.22º34.18%30.98%-
HSV(B)172.22º50.94%41.57%-
XYZ8.8211.9413.64-
YUV89.06133.61101.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.23%
GREEN value IS 106 (41.80% from 255) = 41.25%
BLUE value IS 99 (39.06% from 255) = 38.52%
R=20.23%
G=41.25%
B=38.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52106990.5100.070.58172.2234.1830.98
Hex346A6333073Aac221f
Octal641521436307722544237
Binary1101001101010110001111001101111110101010110010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,106,99); }

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

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

 a { background-color: rgb(52,106,99); }

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

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

 span { border-color: rgb(52,106,99); }

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