#317863

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

Shades of Genoa #317863

Tints of Genoa #317863

Color information

#317863 (or 0x317863) is unknown color: approx Genoa. HEX triplet: 31, 78 and 63. RGB value is (49,120,99). Sum of RGB (Red+Green+Blue) = 49+120+99=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 120 - color contains mainly: green. Hex color #317863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317863 is #CE879C. Grayscale: #606060. Windows color (decimal): -13535133 or 6518833. OLE color: 6518833.

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

Color convert

RGB4912099-
CMYK0.5900.170.53
HSL162.25º42.01%33.14%-
HSV(B)162.25º59.17%47.06%-
XYZ10.2414.9914.16-
YUV96.38129.4894.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.28%
GREEN value IS 120 (47.27% from 255) = 44.78%
BLUE value IS 99 (39.06% from 255) = 36.94%
R=18.28%
G=44.78%
B=36.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49120990.5900.170.53162.2542.0133.14
Hex3178633B01135a22a21
Octal6117014373021652425241
Binary1100011111000110001111101101000111010110100010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317863; }

 p { color: rgb(49,120,99); }

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

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

 a { background-color: rgb(49,120,99); }

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

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

 span { border-color: rgb(49,120,99); }

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