#347772

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

Shades of Genoa #347772

Tints of Genoa #347772

Color information

#347772 (or 0x347772) is unknown color: approx Genoa. HEX triplet: 34, 77 and 72. RGB value is (52,119,114). Sum of RGB (Red+Green+Blue) = 52+119+114=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 119 (46.88% from 255 or 41.75% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 119 - color contains mainly: green. Hex color #347772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347772 is #CB888D. Grayscale: #626262. Windows color (decimal): -13338766 or 7501620. OLE color: 7501620.

HSL color Cylindrical-coordinate representation of color #347772: hue angle of 175.52º 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 #347772 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB52119114-
CMYK0.5600.040.53
HSL175.52º39.18%33.53%-
HSV(B)175.52º56.3%46.67%-
XYZ11.0515.1418.26-
YUV98.4136.894.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.25%
GREEN value IS 119 (46.88% from 255) = 41.75%
BLUE value IS 114 (44.92% from 255) = 40%
R=18.25%
G=41.75%
B=40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521191140.5600.040.53175.5239.1833.53
Hex347772380435b02722
Octal641671627004652604742
Binary11010011101111110010111000010011010110110000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347772; }

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

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

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

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

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

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

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

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