#31706C

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

Shades of Genoa #31706C

Tints of Genoa #31706C

Color information

#31706C (or 0x31706C) is unknown color: approx Genoa. HEX triplet: 31, 70 and 6C. RGB value is (49,112,108). Sum of RGB (Red+Green+Blue) = 49+112+108=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 112 - color contains mainly: green. Hex color #31706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31706C is #CE8F93. Grayscale: #5C5C5C. Windows color (decimal): -13537172 or 7106609. OLE color: 7106609.

HSL color Cylindrical-coordinate representation of color #31706C: hue angle of 176.19º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #31706C is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB49112108-
CMYK0.5600.040.56
HSL176.19º39.13%31.57%-
HSV(B)176.19º56.25%43.92%-
XYZ9.7713.3216.24-
YUV92.71136.6396.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.22%
GREEN value IS 112 (44.14% from 255) = 41.64%
BLUE value IS 108 (42.58% from 255) = 40.15%
R=18.22%
G=41.64%
B=40.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal491121080.5600.040.56176.1939.1331.57
Hex31706C380438b02720
Octal611601547004702604740
Binary11000111100001101100111000010011100010110000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31706C; }

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

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

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

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

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

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

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

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