#317664

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

Shades of Genoa #317664

Tints of Genoa #317664

Color information

#317664 (or 0x317664) is unknown color: approx Genoa. HEX triplet: 31, 76 and 64. RGB value is (49,118,100). Sum of RGB (Red+Green+Blue) = 49+118+100=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 118 - color contains mainly: green. Hex color #317664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317664 is #CE899B. Grayscale: #5F5F5F. Windows color (decimal): -13535644 or 6583857. OLE color: 6583857.

HSL color Cylindrical-coordinate representation of color #317664: hue angle of 164.35º 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 #317664 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB49118100-
CMYK0.5800.150.54
HSL164.35º41.32%32.75%-
HSV(B)164.35º58.47%46.27%-
XYZ10.0514.5314.33-
YUV95.32130.6494.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.35%
GREEN value IS 118 (46.48% from 255) = 44.19%
BLUE value IS 100 (39.45% from 255) = 37.45%
R=18.35%
G=44.19%
B=37.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal491181000.5800.150.54164.3541.3232.75
Hex3176643A0F36a42921
Octal6116614472017662445141
Binary110001111011011001001110100111111011010100100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317664; }

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

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

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

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

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

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

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

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