#347671

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

Shades of Genoa #347671

Tints of Genoa #347671

Color information

#347671 (or 0x347671) is unknown color: approx Genoa. HEX triplet: 34, 76 and 71. RGB value is (52,118,113). Sum of RGB (Red+Green+Blue) = 52+118+113=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #347671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347671 is #CB898E. Grayscale: #616161. Windows color (decimal): -13339023 or 7435828. OLE color: 7435828.

HSL color Cylindrical-coordinate representation of color #347671: hue angle of 175.45º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #347671 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB52118113-
CMYK0.5600.040.54
HSL175.45º38.82%33.33%-
HSV(B)175.45º55.93%46.27%-
XYZ10.8814.8817.92-
YUV97.7136.6395.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.37%
GREEN value IS 118 (46.48% from 255) = 41.70%
BLUE value IS 113 (44.53% from 255) = 39.93%
R=18.37%
G=41.70%
B=39.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal521181130.5600.040.54175.4538.8233.33
Hex347671380436af2721
Octal641661617004662574741
Binary11010011101101110001111000010011011010101111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347671; }

 p { color: rgb(52,118,113); }

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

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

 a { background-color: rgb(52,118,113); }

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

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

 span { border-color: rgb(52,118,113); }

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