#346968

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

Shades of Genoa #346968

Tints of Genoa #346968

Color information

#346968 (or 0x346968) is unknown color: approx Genoa. HEX triplet: 34, 69 and 68. RGB value is (52,105,104). Sum of RGB (Red+Green+Blue) = 52+105+104=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 105 - color contains mainly: green. Hex color #346968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346968 is #CB9697. Grayscale: #585858. Windows color (decimal): -13342360 or 6842676. OLE color: 6842676.

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

Color convert

RGB52105104-
CMYK0.5000.010.59
HSL178.87º33.76%30.78%-
HSV(B)178.87º50.48%41.18%-
XYZ8.9711.8314.91-
YUV89.04136.44101.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.92%
GREEN value IS 105 (41.41% from 255) = 40.23%
BLUE value IS 104 (41.02% from 255) = 39.85%
R=19.92%
G=40.23%
B=39.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal521051040.5000.010.59178.8733.7630.78
Hex34696832013Bb3221f
Octal641511506201732634237
Binary11010011010011101000110010011110111011001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346968; }

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

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

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

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

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

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

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

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