#347864

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

Shades of Genoa #347864

Tints of Genoa #347864

Color information

#347864 (or 0x347864) is unknown color: approx Genoa. HEX triplet: 34, 78 and 64. RGB value is (52,120,100). Sum of RGB (Red+Green+Blue) = 52+120+100=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 120 - color contains mainly: green. Hex color #347864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347864 is #CB879B. Grayscale: #616161. Windows color (decimal): -13338524 or 6584372. OLE color: 6584372.

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

Color convert

RGB52120100-
CMYK0.5700.170.53
HSL162.35º39.53%33.73%-
HSV(B)162.35º56.67%47.06%-
XYZ10.4315.0814.42-
YUV97.39129.4795.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.12%
GREEN value IS 120 (47.27% from 255) = 44.12%
BLUE value IS 100 (39.45% from 255) = 36.76%
R=19.12%
G=44.12%
B=36.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521201000.5700.170.53162.3539.5333.73
Hex3478643901135a22822
Octal6417014471021652425042
Binary1101001111000110010011100101000111010110100010101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347864; }

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

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

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

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

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

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

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

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