#31706E

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

Shades of Genoa #31706E

Tints of Genoa #31706E

Color information

#31706E (or 0x31706E) is unknown color: approx Genoa. HEX triplet: 31, 70 and 6E. RGB value is (49,112,110). Sum of RGB (Red+Green+Blue) = 49+112+110=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #31706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31706E is #CE8F91. Grayscale: #5C5C5C. Windows color (decimal): -13537170 or 7237681. OLE color: 7237681.

HSL color Cylindrical-coordinate representation of color #31706E: hue angle of 178.1º 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 #31706E is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB49112110-
CMYK0.5600.020.56
HSL178.1º39.13%31.57%-
HSV(B)178.1º56.25%43.92%-
XYZ9.8813.3716.81-
YUV92.94137.6396.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.08%
GREEN value IS 112 (44.14% from 255) = 41.33%
BLUE value IS 110 (43.36% from 255) = 40.59%
R=18.08%
G=41.33%
B=40.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal491121100.5600.020.56178.139.1331.57
Hex31706E380238b22720
Octal611601567002702624740
Binary1100011110000110111011100001011100010110010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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