#347065

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

Shades of Genoa #347065

Tints of Genoa #347065

Color information

#347065 (or 0x347065) is unknown color: approx Genoa. HEX triplet: 34, 70 and 65. RGB value is (52,112,101). Sum of RGB (Red+Green+Blue) = 52+112+101=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #347065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347065 is #CB8F9A. Grayscale: #5C5C5C. Windows color (decimal): -13340571 or 6647860. OLE color: 6647860.

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

Color convert

RGB52112101-
CMYK0.5400.100.56
HSL169º36.59%32.16%-
HSV(B)169º53.57%43.92%-
XYZ9.5613.2614.37-
YUV92.81132.6298.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 112 (44.14% from 255) = 42.26%
BLUE value IS 101 (39.84% from 255) = 38.11%
R=19.62%
G=42.26%
B=38.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal521121010.5400.100.5616936.5932.16
Hex347065360A38a92520
Octal6416014566012702514540
Binary110100111000011001011101100101011100010101001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347065; }

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

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

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

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

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

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

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

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