#316665

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

Shades of Genoa #316665

Tints of Genoa #316665

Color information

#316665 (or 0x316665) is unknown color: approx Genoa. HEX triplet: 31, 66 and 65. RGB value is (49,102,101). Sum of RGB (Red+Green+Blue) = 49+102+101=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 102 - color contains mainly: green. Hex color #316665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316665 is #CE999A. Grayscale: #555555. Windows color (decimal): -13539739 or 6645297. OLE color: 6645297.

HSL color Cylindrical-coordinate representation of color #316665: hue angle of 178.87º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #316665 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.6.

Color convert

RGB49102101-
CMYK0.5200.010.6
HSL178.87º35.1%29.61%-
HSV(B)178.87º51.96%40%-
XYZ8.3711.114.01-
YUV86.04136.44101.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.44%
GREEN value IS 102 (40.23% from 255) = 40.48%
BLUE value IS 101 (39.84% from 255) = 40.08%
R=19.44%
G=40.48%
B=40.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal491021010.5200.010.6178.8735.129.61
Hex31666534013Cb3231e
Octal611461456401742634336
Binary11000111001101100101110100011111001011001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316665; }

 p { color: rgb(49,102,101); }

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

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

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

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

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

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

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