#317670

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

Shades of Genoa #317670

Tints of Genoa #317670

Color information

#317670 (or 0x317670) is unknown color: approx Genoa. HEX triplet: 31, 76 and 70. RGB value is (49,118,112). Sum of RGB (Red+Green+Blue) = 49+118+112=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 118 - color contains mainly: green. Hex color #317670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317670 is #CE898F. Grayscale: #606060. Windows color (decimal): -13535632 or 7370289. OLE color: 7370289.

HSL color Cylindrical-coordinate representation of color #317670: hue angle of 174.78º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317670 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB49118112-
CMYK0.5800.050.54
HSL174.78º41.32%32.75%-
HSV(B)174.78º58.47%46.27%-
XYZ10.6714.7817.62-
YUV96.68136.6493.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.56%
GREEN value IS 118 (46.48% from 255) = 42.29%
BLUE value IS 112 (44.14% from 255) = 40.14%
R=17.56%
G=42.29%
B=40.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal491181120.5800.050.54174.7841.3232.75
Hex3176703A0536af2921
Octal611661607205662575141
Binary11000111101101110000111010010111011010101111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317670; }

 p { color: rgb(49,118,112); }

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

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

 a { background-color: rgb(49,118,112); }

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

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

 span { border-color: rgb(49,118,112); }

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