#317767

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

Shades of Genoa #317767

Tints of Genoa #317767

Color information

#317767 (or 0x317767) is unknown color: approx Genoa. HEX triplet: 31, 77 and 67. RGB value is (49,119,103). Sum of RGB (Red+Green+Blue) = 49+119+103=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 119 - color contains mainly: green. Hex color #317767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317767 is #CE8898. Grayscale: #606060. Windows color (decimal): -13535385 or 6780721. OLE color: 6780721.

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

Color convert

RGB49119103-
CMYK0.5900.130.53
HSL166.29º41.67%32.94%-
HSV(B)166.29º58.82%46.67%-
XYZ10.3114.8315.15-
YUV96.25131.8194.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.08%
GREEN value IS 119 (46.88% from 255) = 43.91%
BLUE value IS 103 (40.62% from 255) = 38.01%
R=18.08%
G=43.91%
B=38.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491191030.5900.130.53166.2941.6732.94
Hex3177673B0D35a62a21
Octal6116714773015652465241
Binary110001111011111001111110110110111010110100110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317767; }

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

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

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

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

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

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

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

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