#347768

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

Shades of Genoa #347768

Tints of Genoa #347768

Color information

#347768 (or 0x347768) is unknown color: approx Genoa. HEX triplet: 34, 77 and 68. RGB value is (52,119,104). Sum of RGB (Red+Green+Blue) = 52+119+104=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 119 - color contains mainly: green. Hex color #347768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347768 is #CB8897. Grayscale: #616161. Windows color (decimal): -13338776 or 6846260. OLE color: 6846260.

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

Color convert

RGB52119104-
CMYK0.5600.130.53
HSL166.57º39.18%33.53%-
HSV(B)166.57º56.3%46.67%-
XYZ10.5114.9215.42-
YUV97.26131.895.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.91%
GREEN value IS 119 (46.88% from 255) = 43.27%
BLUE value IS 104 (41.02% from 255) = 37.82%
R=18.91%
G=43.27%
B=37.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521191040.5600.130.53166.5739.1833.53
Hex347768380D35a72722
Octal6416715070015652474742
Binary110100111011111010001110000110111010110100111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347768; }

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

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

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

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

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

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

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

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