#317C72

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

Shades of Genoa #317C72

Tints of Genoa #317C72

Color information

#317C72 (or 0x317C72) is unknown color: approx Genoa. HEX triplet: 31, 7C and 72. RGB value is (49,124,114). Sum of RGB (Red+Green+Blue) = 49+124+114=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 124 - color contains mainly: green. Hex color #317C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317C72 is #CE838D. Grayscale: #646464. Windows color (decimal): -13534094 or 7502897. OLE color: 7502897.

HSL color Cylindrical-coordinate representation of color #317C72: hue angle of 172º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317C72 is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB49124114-
CMYK0.6000.080.51
HSL172º43.35%33.92%-
HSV(B)172º60.48%48.63%-
XYZ11.5116.2818.46-
YUV100.43135.6591.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.07%
GREEN value IS 124 (48.83% from 255) = 43.21%
BLUE value IS 114 (44.92% from 255) = 39.72%
R=17.07%
G=43.21%
B=39.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal491241140.6000.080.5117243.3533.92
Hex317C723C0833ac2b22
Octal6117416274010632545342
Binary110001111110011100101111000100011001110101100101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317C72; }

 p { color: rgb(49,124,114); }

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

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

 a { background-color: rgb(49,124,114); }

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

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

 span { border-color: rgb(49,124,114); }

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