#316D6A

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

Shades of Genoa #316D6A

Tints of Genoa #316D6A

Color information

#316D6A (or 0x316D6A) is unknown color: approx Genoa. HEX triplet: 31, 6D and 6A. RGB value is (49,109,106). Sum of RGB (Red+Green+Blue) = 49+109+106=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 106 (41.80% from 255 or 40.15% from 264); Max value from RGB is 109 - color contains mainly: green. Hex color #316D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316D6A is #CE9295. Grayscale: #5A5A5A. Windows color (decimal): -13537942 or 6974769. OLE color: 6974769.

HSL color Cylindrical-coordinate representation of color #316D6A: hue angle of 177º 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 #316D6A is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB49109106-
CMYK0.5500.030.57
HSL177º37.97%30.98%-
HSV(B)177º55.05%42.75%-
XYZ9.3412.6315.58-
YUV90.72136.6298.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.56%
GREEN value IS 109 (42.97% from 255) = 41.29%
BLUE value IS 106 (41.80% from 255) = 40.15%
R=18.56%
G=41.29%
B=40.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal491091060.5500.030.5717737.9730.98
Hex316D6A370339b1261f
Octal611551526703712614637
Binary110001110110111010101101110111110011011000110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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