#316C6B

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

Shades of Genoa #316C6B

Tints of Genoa #316C6B

Color information

#316C6B (or 0x316C6B) is unknown color: approx Genoa. HEX triplet: 31, 6C and 6B. RGB value is (49,108,107). Sum of RGB (Red+Green+Blue) = 49+108+107=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 108 - color contains mainly: green. Hex color #316C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316C6B is #CE9394. Grayscale: #5A5A5A. Windows color (decimal): -13538197 or 7040049. OLE color: 7040049.

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

Color convert

RGB49108107-
CMYK0.5500.010.58
HSL178.98º37.58%30.78%-
HSV(B)178.98º54.63%42.35%-
XYZ9.2812.4415.82-
YUV90.24137.4598.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.56%
GREEN value IS 108 (42.58% from 255) = 40.91%
BLUE value IS 107 (42.19% from 255) = 40.53%
R=18.56%
G=40.91%
B=40.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal491081070.5500.010.58178.9837.5830.78
Hex316C6B37013Ab3261f
Octal611541536701722634637
Binary11000111011001101011110111011110101011001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,108,107); }

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

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

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

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

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

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

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