#347862

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

Shades of Genoa #347862

Tints of Genoa #347862

Color information

#347862 (or 0x347862) is unknown color: approx Genoa. HEX triplet: 34, 78 and 62. RGB value is (52,120,98). Sum of RGB (Red+Green+Blue) = 52+120+98=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 120 - color contains mainly: green. Hex color #347862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347862 is #CB879D. Grayscale: #616161. Windows color (decimal): -13338526 or 6453300. OLE color: 6453300.

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

Color convert

RGB5212098-
CMYK0.5700.180.53
HSL160.59º39.53%33.73%-
HSV(B)160.59º56.67%47.06%-
XYZ10.3415.0413.91-
YUV97.16128.4795.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.26%
GREEN value IS 120 (47.27% from 255) = 44.44%
BLUE value IS 98 (38.67% from 255) = 36.30%
R=19.26%
G=44.44%
B=36.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52120980.5700.180.53160.5939.5333.73
Hex3478623901235a12822
Octal6417014271022652415042
Binary1101001111000110001011100101001011010110100001101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347862; }

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

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

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

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

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

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

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

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