#346962

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

Shades of Genoa #346962

Tints of Genoa #346962

Color information

#346962 (or 0x346962) is unknown color: approx Genoa. HEX triplet: 34, 69 and 62. RGB value is (52,105,98). Sum of RGB (Red+Green+Blue) = 52+105+98=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 105 - color contains mainly: green. Hex color #346962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346962 is #CB969D. Grayscale: #585858. Windows color (decimal): -13342366 or 6449460. OLE color: 6449460.

HSL color Cylindrical-coordinate representation of color #346962: hue angle of 172.08º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #346962 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB5210598-
CMYK0.5000.070.59
HSL172.08º33.76%30.78%-
HSV(B)172.08º50.48%41.18%-
XYZ8.6711.7213.36-
YUV88.35133.44102.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.39%
GREEN value IS 105 (41.41% from 255) = 41.18%
BLUE value IS 98 (38.67% from 255) = 38.43%
R=20.39%
G=41.18%
B=38.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52105980.5000.070.59172.0833.7630.78
Hex34696232073Bac221f
Octal641511426207732544237
Binary1101001101001110001011001001111110111010110010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346962; }

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

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

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

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

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

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

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

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