#317462

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

Shades of Genoa #317462

Tints of Genoa #317462

Color information

#317462 (or 0x317462) is unknown color: approx Genoa. HEX triplet: 31, 74 and 62. RGB value is (49,116,98). Sum of RGB (Red+Green+Blue) = 49+116+98=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 116 - color contains mainly: green. Hex color #317462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317462 is #CE8B9D. Grayscale: #5D5D5D. Windows color (decimal): -13536158 or 6452273. OLE color: 6452273.

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

Color convert

RGB4911698-
CMYK0.5800.160.55
HSL163.88º40.61%32.35%-
HSV(B)163.88º57.76%45.49%-
XYZ9.7214.0313.75-
YUV93.92130.395.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.63%
GREEN value IS 116 (45.70% from 255) = 44.11%
BLUE value IS 98 (38.67% from 255) = 37.26%
R=18.63%
G=44.11%
B=37.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49116980.5800.160.55163.8840.6132.35
Hex3174623A01037a42920
Octal6116414272020672445140
Binary1100011110100110001011101001000011011110100100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317462; }

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

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

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

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

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

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

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

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