#317862

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

Shades of Genoa #317862

Tints of Genoa #317862

Color information

#317862 (or 0x317862) is unknown color: approx Genoa. HEX triplet: 31, 78 and 62. RGB value is (49,120,98). Sum of RGB (Red+Green+Blue) = 49+120+98=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 120 - color contains mainly: green. Hex color #317862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317862 is #CE879D. Grayscale: #606060. Windows color (decimal): -13535134 or 6453297. OLE color: 6453297.

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

Color convert

RGB4912098-
CMYK0.5900.180.53
HSL161.41º42.01%33.14%-
HSV(B)161.41º59.17%47.06%-
XYZ10.1914.9713.91-
YUV96.26128.9894.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.35%
GREEN value IS 120 (47.27% from 255) = 44.94%
BLUE value IS 98 (38.67% from 255) = 36.70%
R=18.35%
G=44.94%
B=36.70%

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
Decimal49120980.5900.180.53161.4142.0133.14
Hex3178623B01235a12a21
Octal6117014273022652415241
Binary1100011111000110001011101101001011010110100001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317862; }

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

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

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

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

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

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

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

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