#346964

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

Shades of Genoa #346964

Tints of Genoa #346964

Color information

#346964 (or 0x346964) is unknown color: approx Genoa. HEX triplet: 34, 69 and 64. RGB value is (52,105,100). Sum of RGB (Red+Green+Blue) = 52+105+100=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 105 - color contains mainly: green. Hex color #346964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346964 is #CB969B. Grayscale: #585858. Windows color (decimal): -13342364 or 6580532. OLE color: 6580532.

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

Color convert

RGB52105100-
CMYK0.5000.050.59
HSL174.34º33.76%30.78%-
HSV(B)174.34º50.48%41.18%-
XYZ8.7711.7513.86-
YUV88.58134.44101.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.23%
GREEN value IS 105 (41.41% from 255) = 40.86%
BLUE value IS 100 (39.45% from 255) = 38.91%
R=20.23%
G=40.86%
B=38.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal521051000.5000.050.59174.3433.7630.78
Hex34696432053Bae221f
Octal641511446205732564237
Binary1101001101001110010011001001011110111010111010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346964; }

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

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

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

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

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

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

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

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