#347068

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

Shades of Genoa #347068

Tints of Genoa #347068

Color information

#347068 (or 0x347068) is unknown color: approx Genoa. HEX triplet: 34, 70 and 68. RGB value is (52,112,104). Sum of RGB (Red+Green+Blue) = 52+112+104=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 112 - color contains mainly: green. Hex color #347068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347068 is #CB8F97. Grayscale: #5D5D5D. Windows color (decimal): -13340568 or 6844468. OLE color: 6844468.

HSL color Cylindrical-coordinate representation of color #347068: hue angle of 172º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #347068 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB52112104-
CMYK0.5400.070.56
HSL172º36.59%32.16%-
HSV(B)172º53.57%43.92%-
XYZ9.7113.3215.16-
YUV93.15134.1298.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.40%
GREEN value IS 112 (44.14% from 255) = 41.79%
BLUE value IS 104 (41.02% from 255) = 38.81%
R=19.40%
G=41.79%
B=38.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal521121040.5400.070.5617236.5932.16
Hex347068360738ac2520
Octal641601506607702544540
Binary11010011100001101000110110011111100010101100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347068; }

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

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

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

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

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

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

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

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