#347871

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

Shades of Genoa #347871

Tints of Genoa #347871

Color information

#347871 (or 0x347871) is unknown color: approx Genoa. HEX triplet: 34, 78 and 71. RGB value is (52,120,113). Sum of RGB (Red+Green+Blue) = 52+120+113=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 120 - color contains mainly: green. Hex color #347871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347871 is #CB878E. Grayscale: #626262. Windows color (decimal): -13338511 or 7436340. OLE color: 7436340.

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

Color convert

RGB52120113-
CMYK0.5700.060.53
HSL173.82º39.53%33.73%-
HSV(B)173.82º56.67%47.06%-
XYZ11.1115.3618-
YUV98.87135.9794.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.25%
GREEN value IS 120 (47.27% from 255) = 42.11%
BLUE value IS 113 (44.53% from 255) = 39.65%
R=18.25%
G=42.11%
B=39.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521201130.5700.060.53173.8239.5333.73
Hex347871390635ae2822
Octal641701617106652565042
Binary11010011110001110001111001011011010110101110101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347871; }

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

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

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

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

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

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

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

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