#346A62

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

Shades of Genoa #346A62

Tints of Genoa #346A62

Color information

#346A62 (or 0x346A62) is unknown color: approx Genoa. HEX triplet: 34, 6A and 62. RGB value is (52,106,98). Sum of RGB (Red+Green+Blue) = 52+106+98=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 106 - color contains mainly: green. Hex color #346A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346A62 is #CB959D. Grayscale: #585858. Windows color (decimal): -13342110 or 6449716. OLE color: 6449716.

HSL color Cylindrical-coordinate representation of color #346A62: hue angle of 171.11º 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 #346A62 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB5210698-
CMYK0.5100.080.58
HSL171.11º34.18%30.98%-
HSV(B)171.11º50.94%41.57%-
XYZ8.7711.9213.39-
YUV88.94133.11101.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.31%
GREEN value IS 106 (41.80% from 255) = 41.41%
BLUE value IS 98 (38.67% from 255) = 38.28%
R=20.31%
G=41.41%
B=38.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52106980.5100.080.58171.1134.1830.98
Hex346A6233083Aab221f
Octal6415214263010722534237
Binary11010011010101100010110011010001110101010101110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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