#347565

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

Shades of Genoa #347565

Tints of Genoa #347565

Color information

#347565 (or 0x347565) is unknown color: approx Genoa. HEX triplet: 34, 75 and 65. RGB value is (52,117,101). Sum of RGB (Red+Green+Blue) = 52+117+101=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 117 - color contains mainly: green. Hex color #347565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347565 is #CB8A9A. Grayscale: #5F5F5F. Windows color (decimal): -13339291 or 6649140. OLE color: 6649140.

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

Color convert

RGB52117101-
CMYK0.5600.140.54
HSL165.23º38.46%33.14%-
HSV(B)165.23º55.56%45.88%-
XYZ10.1314.3914.56-
YUV95.74130.9796.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.26%
GREEN value IS 117 (46.09% from 255) = 43.33%
BLUE value IS 101 (39.84% from 255) = 37.41%
R=19.26%
G=43.33%
B=37.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal521171010.5600.140.54165.2338.4633.14
Hex347565380E36a52621
Octal6416514570016662454641
Binary110100111010111001011110000111011011010100101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347565; }

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

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

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

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

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

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

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

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