#347771

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

Shades of Genoa #347771

Tints of Genoa #347771

Color information

#347771 (or 0x347771) is unknown color: approx Genoa. HEX triplet: 34, 77 and 71. RGB value is (52,119,113). Sum of RGB (Red+Green+Blue) = 52+119+113=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 119 - color contains mainly: green. Hex color #347771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347771 is #CB888E. Grayscale: #626262. Windows color (decimal): -13338767 or 7436084. OLE color: 7436084.

HSL color Cylindrical-coordinate representation of color #347771: hue angle of 174.63º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #347771 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB52119113-
CMYK0.5600.050.53
HSL174.63º39.18%33.53%-
HSV(B)174.63º56.3%46.67%-
XYZ10.9915.1217.96-
YUV98.28136.394.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.31%
GREEN value IS 119 (46.88% from 255) = 41.90%
BLUE value IS 113 (44.53% from 255) = 39.79%
R=18.31%
G=41.90%
B=39.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521191130.5600.050.53174.6339.1833.53
Hex347771380535af2722
Octal641671617005652574742
Binary11010011101111110001111000010111010110101111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347771; }

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

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

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

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

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

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

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

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