#347164

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

Shades of Genoa #347164

Tints of Genoa #347164

Color information

#347164 (or 0x347164) is unknown color: approx Genoa. HEX triplet: 34, 71 and 64. RGB value is (52,113,100). Sum of RGB (Red+Green+Blue) = 52+113+100=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 113 - color contains mainly: green. Hex color #347164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347164 is #CB8E9B. Grayscale: #5D5D5D. Windows color (decimal): -13340316 or 6582580. OLE color: 6582580.

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

Color convert

RGB52113100-
CMYK0.5400.120.56
HSL167.21º36.97%32.35%-
HSV(B)167.21º53.98%44.31%-
XYZ9.6213.4614.15-
YUV93.28131.7998.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 113 (44.53% from 255) = 42.64%
BLUE value IS 100 (39.45% from 255) = 37.74%
R=19.62%
G=42.64%
B=37.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal521131000.5400.120.56167.2136.9732.35
Hex347164360C38a72520
Octal6416114466014702474540
Binary110100111000111001001101100110011100010100111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347164; }

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

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

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

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

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

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

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

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