#346966

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

Shades of Genoa #346966

Tints of Genoa #346966

Color information

#346966 (or 0x346966) is unknown color: approx Genoa. HEX triplet: 34, 69 and 66. RGB value is (52,105,102). Sum of RGB (Red+Green+Blue) = 52+105+102=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 105 - color contains mainly: green. Hex color #346966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346966 is #CB9699. Grayscale: #585858. Windows color (decimal): -13342362 or 6711604. OLE color: 6711604.

HSL color Cylindrical-coordinate representation of color #346966: hue angle of 176.6º 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 #346966 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB52105102-
CMYK0.5000.030.59
HSL176.6º33.76%30.78%-
HSV(B)176.6º50.48%41.18%-
XYZ8.8711.7914.38-
YUV88.81135.44101.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.08%
GREEN value IS 105 (41.41% from 255) = 40.54%
BLUE value IS 102 (40.23% from 255) = 39.38%
R=20.08%
G=40.54%
B=39.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal521051020.5000.030.59176.633.7630.78
Hex34696632033Bb1221f
Octal641511466203732614237
Binary110100110100111001101100100111110111011000110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346966; }

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

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

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

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

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

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

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

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