#347764

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

Shades of Genoa #347764

Tints of Genoa #347764

Color information

#347764 (or 0x347764) is unknown color: approx Genoa. HEX triplet: 34, 77 and 64. RGB value is (52,119,100). Sum of RGB (Red+Green+Blue) = 52+119+100=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 119 - color contains mainly: green. Hex color #347764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347764 is #CB889B. Grayscale: #606060. Windows color (decimal): -13338780 or 6584116. OLE color: 6584116.

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

Color convert

RGB52119100-
CMYK0.5600.160.53
HSL162.99º39.18%33.53%-
HSV(B)162.99º56.3%46.67%-
XYZ10.3114.8414.38-
YUV96.8129.896.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.19%
GREEN value IS 119 (46.88% from 255) = 43.91%
BLUE value IS 100 (39.45% from 255) = 36.90%
R=19.19%
G=43.91%
B=36.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521191000.5600.160.53162.9939.1833.53
Hex3477643801035a32722
Octal6416714470020652434742
Binary1101001110111110010011100001000011010110100011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347764; }

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

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

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

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

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

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

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

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