#317466

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

Shades of Genoa #317466

Tints of Genoa #317466

Color information

#317466 (or 0x317466) is unknown color: approx Genoa. HEX triplet: 31, 74 and 66. RGB value is (49,116,102). Sum of RGB (Red+Green+Blue) = 49+116+102=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 116 - color contains mainly: green. Hex color #317466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317466 is #CE8B99. Grayscale: #5E5E5E. Windows color (decimal): -13536154 or 6714417. OLE color: 6714417.

HSL color Cylindrical-coordinate representation of color #317466: hue angle of 167.46º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317466 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB49116102-
CMYK0.5800.120.55
HSL167.46º40.61%32.35%-
HSV(B)167.46º57.76%45.49%-
XYZ9.9114.114.77-
YUV94.37132.395.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.35%
GREEN value IS 116 (45.70% from 255) = 43.45%
BLUE value IS 102 (40.23% from 255) = 38.20%
R=18.35%
G=43.45%
B=38.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal491161020.5800.120.55167.4640.6132.35
Hex3174663A0C37a72920
Octal6116414672014672475140
Binary110001111010011001101110100110011011110100111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317466; }

 p { color: rgb(49,116,102); }

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

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

 a { background-color: rgb(49,116,102); }

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

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

 span { border-color: rgb(49,116,102); }

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