#347066

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

Shades of Genoa #347066

Tints of Genoa #347066

Color information

#347066 (or 0x347066) is unknown color: approx Genoa. HEX triplet: 34, 70 and 66. RGB value is (52,112,102). Sum of RGB (Red+Green+Blue) = 52+112+102=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #347066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347066 is #CB8F99. Grayscale: #5C5C5C. Windows color (decimal): -13340570 or 6713396. OLE color: 6713396.

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

Color convert

RGB52112102-
CMYK0.5400.090.56
HSL170º36.59%32.16%-
HSV(B)170º53.57%43.92%-
XYZ9.6113.2814.63-
YUV92.92133.1298.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.55%
GREEN value IS 112 (44.14% from 255) = 42.11%
BLUE value IS 102 (40.23% from 255) = 38.35%
R=19.55%
G=42.11%
B=38.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal521121020.5400.090.5617036.5932.16
Hex347066360938aa2520
Octal6416014666011702524540
Binary110100111000011001101101100100111100010101010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347066; }

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

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

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

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

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

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

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

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