#347168

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

Shades of Genoa #347168

Tints of Genoa #347168

Color information

#347168 (or 0x347168) is unknown color: approx Genoa. HEX triplet: 34, 71 and 68. RGB value is (52,113,104). Sum of RGB (Red+Green+Blue) = 52+113+104=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 113 - color contains mainly: green. Hex color #347168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347168 is #CB8E97. Grayscale: #5D5D5D. Windows color (decimal): -13340312 or 6844724. OLE color: 6844724.

HSL color Cylindrical-coordinate representation of color #347168: hue angle of 171.15º 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 #347168 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB52113104-
CMYK0.5400.080.56
HSL171.15º36.97%32.35%-
HSV(B)171.15º53.98%44.31%-
XYZ9.8213.5415.19-
YUV93.74133.7998.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.33%
GREEN value IS 113 (44.53% from 255) = 42.01%
BLUE value IS 104 (41.02% from 255) = 38.66%
R=19.33%
G=42.01%
B=38.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal521131040.5400.080.56171.1536.9732.35
Hex347168360838ab2520
Octal6416115066010702534540
Binary110100111000111010001101100100011100010101011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347168; }

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

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

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

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

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

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

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

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