#347672

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

Shades of Genoa #347672

Tints of Genoa #347672

Color information

#347672 (or 0x347672) is unknown color: approx Genoa. HEX triplet: 34, 76 and 72. RGB value is (52,118,114). Sum of RGB (Red+Green+Blue) = 52+118+114=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 118 - color contains mainly: green. Hex color #347672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347672 is #CB898D. Grayscale: #616161. Windows color (decimal): -13339022 or 7501364. OLE color: 7501364.

HSL color Cylindrical-coordinate representation of color #347672: hue angle of 176.36º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #347672 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB52118114-
CMYK0.5600.030.54
HSL176.36º38.82%33.33%-
HSV(B)176.36º55.93%46.27%-
XYZ10.9314.918.22-
YUV97.81137.1395.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.31%
GREEN value IS 118 (46.48% from 255) = 41.55%
BLUE value IS 114 (44.92% from 255) = 40.14%
R=18.31%
G=41.55%
B=40.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal521181140.5600.030.54176.3638.8233.33
Hex347672380336b02721
Octal641661627003662604741
Binary1101001110110111001011100001111011010110000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347672; }

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

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

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

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

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

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

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

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