#347872

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

Shades of Genoa #347872

Tints of Genoa #347872

Color information

#347872 (or 0x347872) is unknown color: approx Genoa. HEX triplet: 34, 78 and 72. RGB value is (52,120,114). Sum of RGB (Red+Green+Blue) = 52+120+114=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 120 - color contains mainly: green. Hex color #347872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347872 is #CB878D. Grayscale: #626262. Windows color (decimal): -13338510 or 7501876. OLE color: 7501876.

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

Color convert

RGB52120114-
CMYK0.5700.050.53
HSL174.71º39.53%33.73%-
HSV(B)174.71º56.67%47.06%-
XYZ11.1715.3818.3-
YUV98.98136.4794.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.18%
GREEN value IS 120 (47.27% from 255) = 41.96%
BLUE value IS 114 (44.92% from 255) = 39.86%
R=18.18%
G=41.96%
B=39.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521201140.5700.050.53174.7139.5333.73
Hex347872390535af2822
Octal641701627105652575042
Binary11010011110001110010111001010111010110101111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347872; }

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

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

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

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

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

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

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

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