#317871

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

Shades of Genoa #317871

Tints of Genoa #317871

Color information

#317871 (or 0x317871) is unknown color: approx Genoa. HEX triplet: 31, 78 and 71. RGB value is (49,120,113). Sum of RGB (Red+Green+Blue) = 49+120+113=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 120 - color contains mainly: green. Hex color #317871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317871 is #CE878E. Grayscale: #616161. Windows color (decimal): -13535119 or 7436337. OLE color: 7436337.

HSL color Cylindrical-coordinate representation of color #317871: hue angle of 174.08º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #317871 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB49120113-
CMYK0.5900.060.53
HSL174.08º42.01%33.14%-
HSV(B)174.08º59.17%47.06%-
XYZ10.9615.2817.99-
YUV97.97136.4893.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.38%
GREEN value IS 120 (47.27% from 255) = 42.55%
BLUE value IS 113 (44.53% from 255) = 40.07%
R=17.38%
G=42.55%
B=40.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491201130.5900.060.53174.0842.0133.14
Hex3178713B0635ae2a21
Octal611701617306652565241
Binary11000111110001110001111011011011010110101110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317871; }

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

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

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

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

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

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

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

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