#316D6D

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

Shades of Genoa #316D6D

Tints of Genoa #316D6D

Color information

#316D6D (or 0x316D6D) is unknown color: approx Genoa. HEX triplet: 31, 6D and 6D. RGB value is (49,109,109). Sum of RGB (Red+Green+Blue) = 49+109+109=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 109 (42.97% from 255 or 40.82% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 109 - color contains mainly: green, blue. Hex color #316D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316D6D is #CE9292. Grayscale: #5B5B5B. Windows color (decimal): -13537939 or 7171377. OLE color: 7171377.

HSL color Cylindrical-coordinate representation of color #316D6D: hue angle of 180º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316D6D is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB49109109-
CMYK0.55000.57
HSL180º37.97%30.98%-
HSV(B)180º55.05%42.75%-
XYZ9.512.6916.42-
YUV91.06138.1298-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.35%
GREEN value IS 109 (42.97% from 255) = 40.82%
BLUE value IS 109 (42.97% from 255) = 40.82%
R=18.35%
G=40.82%
B=40.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal491091090.55000.5718037.9730.98
Hex316D6D370039b4261f
Octal611551556700712644637
Binary11000111011011101101110111001110011011010010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316D6D; }

 p { color: rgb(49,109,109); }

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

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

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

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

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

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

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