#347664

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

Shades of Genoa #347664

Tints of Genoa #347664

Color information

#347664 (or 0x347664) is unknown color: approx Genoa. HEX triplet: 34, 76 and 64. RGB value is (52,118,100). Sum of RGB (Red+Green+Blue) = 52+118+100=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 118 - color contains mainly: green. Hex color #347664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347664 is #CB899B. Grayscale: #606060. Windows color (decimal): -13339036 or 6583860. OLE color: 6583860.

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

Color convert

RGB52118100-
CMYK0.5600.150.54
HSL163.64º38.82%33.33%-
HSV(B)163.64º55.93%46.27%-
XYZ10.1914.6114.34-
YUV96.21130.1396.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.26%
GREEN value IS 118 (46.48% from 255) = 43.70%
BLUE value IS 100 (39.45% from 255) = 37.04%
R=19.26%
G=43.70%
B=37.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal521181000.5600.150.54163.6438.8233.33
Hex347664380F36a42721
Octal6416614470017662444741
Binary110100111011011001001110000111111011010100100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347664; }

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

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

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

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

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

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

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

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