#347868

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

Shades of Genoa #347868

Tints of Genoa #347868

Color information

#347868 (or 0x347868) is unknown color: approx Genoa. HEX triplet: 34, 78 and 68. RGB value is (52,120,104). Sum of RGB (Red+Green+Blue) = 52+120+104=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 120 - color contains mainly: green. Hex color #347868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347868 is #CB8797. Grayscale: #616161. Windows color (decimal): -13338520 or 6846516. OLE color: 6846516.

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

Color convert

RGB52120104-
CMYK0.5700.130.53
HSL165.88º39.53%33.73%-
HSV(B)165.88º56.67%47.06%-
XYZ10.6315.1615.46-
YUV97.84131.4795.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.84%
GREEN value IS 120 (47.27% from 255) = 43.48%
BLUE value IS 104 (41.02% from 255) = 37.68%
R=18.84%
G=43.48%
B=37.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521201040.5700.130.53165.8839.5333.73
Hex347868390D35a62822
Octal6417015071015652465042
Binary110100111100011010001110010110111010110100110101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347868; }

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

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

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

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

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

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

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

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