#31716B

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

Shades of Genoa #31716B

Tints of Genoa #31716B

Color information

#31716B (or 0x31716B) is unknown color: approx Genoa. HEX triplet: 31, 71 and 6B. RGB value is (49,113,107). Sum of RGB (Red+Green+Blue) = 49+113+107=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 113 - color contains mainly: green. Hex color #31716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31716B is #CE8E94. Grayscale: #5D5D5D. Windows color (decimal): -13536917 or 7041329. OLE color: 7041329.

HSL color Cylindrical-coordinate representation of color #31716B: hue angle of 174.38º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #31716B is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB49113107-
CMYK0.5700.050.56
HSL174.38º39.51%31.76%-
HSV(B)174.38º56.64%44.31%-
XYZ9.8313.5216-
YUV93.18135.896.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.22%
GREEN value IS 113 (44.53% from 255) = 42.01%
BLUE value IS 107 (42.19% from 255) = 39.78%
R=18.22%
G=42.01%
B=39.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal491131070.5700.050.56174.3839.5131.76
Hex31716B390538ae2820
Octal611611537105702565040
Binary11000111100011101011111001010111100010101110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31716B; }

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

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

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

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

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

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

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

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