#317761

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

Shades of Genoa #317761

Tints of Genoa #317761

Color information

#317761 (or 0x317761) is unknown color: approx Genoa. HEX triplet: 31, 77 and 61. RGB value is (49,119,97). Sum of RGB (Red+Green+Blue) = 49+119+97=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 119 - color contains mainly: green. Hex color #317761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317761 is #CE889E. Grayscale: #5F5F5F. Windows color (decimal): -13535391 or 6387505. OLE color: 6387505.

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

Color convert

RGB4911997-
CMYK0.5900.180.53
HSL161.14º41.67%32.94%-
HSV(B)161.14º58.82%46.67%-
XYZ10.0214.7113.62-
YUV95.56128.8194.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.49%
GREEN value IS 119 (46.88% from 255) = 44.91%
BLUE value IS 97 (38.28% from 255) = 36.60%
R=18.49%
G=44.91%
B=36.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49119970.5900.180.53161.1441.6732.94
Hex3177613B01235a12a21
Octal6116714173022652415241
Binary1100011110111110000111101101001011010110100001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317761; }

 p { color: rgb(49,119,97); }

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

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

 a { background-color: rgb(49,119,97); }

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

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

 span { border-color: rgb(49,119,97); }

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