#316A67

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

Shades of Genoa #316A67

Tints of Genoa #316A67

Color information

#316A67 (or 0x316A67) is unknown color: approx Genoa. HEX triplet: 31, 6A and 67. RGB value is (49,106,103). Sum of RGB (Red+Green+Blue) = 49+106+103=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 106 (41.80% from 255 or 41.09% from 258); Blue value is 103 (40.62% from 255 or 39.92% from 258); Max value from RGB is 106 - color contains mainly: green. Hex color #316A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316A67 is #CE9598. Grayscale: #585858. Windows color (decimal): -13538713 or 6777393. OLE color: 6777393.

HSL color Cylindrical-coordinate representation of color #316A67: hue angle of 176.84º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #316A67 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB49106103-
CMYK0.5400.030.58
HSL176.84º36.77%30.39%-
HSV(B)176.84º53.77%41.57%-
XYZ8.8711.9414.67-
YUV88.62136.1299.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.99%
GREEN value IS 106 (41.80% from 255) = 41.09%
BLUE value IS 103 (40.62% from 255) = 39.92%
R=18.99%
G=41.09%
B=39.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal491061030.5400.030.58176.8436.7730.39
Hex316A6736033Ab1251e
Octal611521476603722614536
Binary110001110101011001111101100111110101011000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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