#347C6C

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

Shades of Genoa #347C6C

Tints of Genoa #347C6C

Color information

#347C6C (or 0x347C6C) is unknown color: approx Genoa. HEX triplet: 34, 7C and 6C. RGB value is (52,124,108). Sum of RGB (Red+Green+Blue) = 52+124+108=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 124 - color contains mainly: green. Hex color #347C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347C6C is #CB8393. Grayscale: #646464. Windows color (decimal): -13337492 or 7109684. OLE color: 7109684.

HSL color Cylindrical-coordinate representation of color #347C6C: hue angle of 166.67º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347C6C is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB52124108-
CMYK0.5800.130.51
HSL166.67º40.91%34.51%-
HSV(B)166.67º58.06%48.63%-
XYZ11.3316.2316.72-
YUV100.65132.1593.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.31%
GREEN value IS 124 (48.83% from 255) = 43.66%
BLUE value IS 108 (42.58% from 255) = 38.03%
R=18.31%
G=43.66%
B=38.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal521241080.5800.130.51166.6740.9134.51
Hex347C6C3A0D33a72923
Octal6417415472015632475143
Binary110100111110011011001110100110111001110100111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347C6C; }

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

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

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

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

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

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

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

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