#34746C

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

Shades of Genoa #34746C

Tints of Genoa #34746C

Color information

#34746C (or 0x34746C) is unknown color: approx Genoa. HEX triplet: 34, 74 and 6C. RGB value is (52,116,108). Sum of RGB (Red+Green+Blue) = 52+116+108=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 116 - color contains mainly: green. Hex color #34746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34746C is #CB8B93. Grayscale: #5F5F5F. Windows color (decimal): -13339540 or 7107636. OLE color: 7107636.

HSL color Cylindrical-coordinate representation of color #34746C: hue angle of 172.5º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #34746C is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB52116108-
CMYK0.5500.070.55
HSL172.5º38.1%32.94%-
HSV(B)172.5º55.17%45.49%-
XYZ10.3714.316.4-
YUV95.95134.896.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.84%
GREEN value IS 116 (45.70% from 255) = 42.03%
BLUE value IS 108 (42.58% from 255) = 39.13%
R=18.84%
G=42.03%
B=39.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal521161080.5500.070.55172.538.132.94
Hex34746C370737ac2621
Octal641641546707672544641
Binary11010011101001101100110111011111011110101100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34746C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34746C; }

 p { color: rgb(52,116,108); }

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

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

 a { background-color: rgb(52,116,108); }

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

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

 span { border-color: rgb(52,116,108); }

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