#347560

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

Shades of Genoa #347560

Tints of Genoa #347560

Color information

#347560 (or 0x347560) is unknown color: approx Genoa. HEX triplet: 34, 75 and 60. RGB value is (52,117,96). Sum of RGB (Red+Green+Blue) = 52+117+96=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 117 - color contains mainly: green. Hex color #347560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347560 is #CB8A9F. Grayscale: #5F5F5F. Windows color (decimal): -13339296 or 6321460. OLE color: 6321460.

HSL color Cylindrical-coordinate representation of color #347560: hue angle of 160.62º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #347560 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB5211796-
CMYK0.5600.180.54
HSL160.62º38.46%33.14%-
HSV(B)160.62º55.56%45.88%-
XYZ9.8914.313.3-
YUV95.17128.4797.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 117 (46.09% from 255) = 44.15%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=19.62%
G=44.15%
B=36.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52117960.5600.180.54160.6238.4633.14
Hex3475603801236a12621
Octal6416514070022662414641
Binary1101001110101110000011100001001011011010100001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347560; }

 p { color: rgb(52,117,96); }

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

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

 a { background-color: rgb(52,117,96); }

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

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

 span { border-color: rgb(52,117,96); }

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