#317B63

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

Shades of Genoa #317B63

Tints of Genoa #317B63

Color information

#317B63 (or 0x317B63) is unknown color: approx Genoa. HEX triplet: 31, 7B and 63. RGB value is (49,123,99). Sum of RGB (Red+Green+Blue) = 49+123+99=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 123 (48.44% from 255 or 45.39% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 123 - color contains mainly: green. Hex color #317B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317B63 is #CE849C. Grayscale: #626262. Windows color (decimal): -13534365 or 6519601. OLE color: 6519601.

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

Color convert

RGB4912399-
CMYK0.6000.200.52
HSL160.54º43.02%33.73%-
HSV(B)160.54º60.16%48.24%-
XYZ10.615.7214.28-
YUV98.14128.4892.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.08%
GREEN value IS 123 (48.44% from 255) = 45.39%
BLUE value IS 99 (39.06% from 255) = 36.53%
R=18.08%
G=45.39%
B=36.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49123990.6000.200.52160.5443.0233.73
Hex317B633C01434a12b22
Octal6117314374024642415342
Binary1100011111011110001111110001010011010010100001101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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