#347D6C

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

Shades of Genoa #347D6C

Tints of Genoa #347D6C

Color information

#347D6C (or 0x347D6C) is unknown color: approx Genoa. HEX triplet: 34, 7D and 6C. RGB value is (52,125,108). Sum of RGB (Red+Green+Blue) = 52+125+108=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 125 - color contains mainly: green. Hex color #347D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347D6C is #CB8293. Grayscale: #656565. Windows color (decimal): -13337236 or 7109940. OLE color: 7109940.

HSL color Cylindrical-coordinate representation of color #347D6C: hue angle of 166.03º 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 #347D6C is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB52125108-
CMYK0.5800.140.51
HSL166.03º41.24%34.71%-
HSV(B)166.03º58.4%49.02%-
XYZ11.4616.4816.76-
YUV101.24131.8292.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.25%
GREEN value IS 125 (49.22% from 255) = 43.86%
BLUE value IS 108 (42.58% from 255) = 37.89%
R=18.25%
G=43.86%
B=37.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal521251080.5800.140.51166.0341.2434.71
Hex347D6C3A0E33a62923
Octal6417515472016632465143
Binary110100111110111011001110100111011001110100110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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