#31706D

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

Shades of Genoa #31706D

Tints of Genoa #31706D

Color information

#31706D (or 0x31706D) is unknown color: approx Genoa. HEX triplet: 31, 70 and 6D. RGB value is (49,112,109). Sum of RGB (Red+Green+Blue) = 49+112+109=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #31706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31706D is #CE8F92. Grayscale: #5C5C5C. Windows color (decimal): -13537171 or 7172145. OLE color: 7172145.

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

Color convert

RGB49112109-
CMYK0.5600.030.56
HSL177.14º39.13%31.57%-
HSV(B)177.14º56.25%43.92%-
XYZ9.8213.3516.53-
YUV92.82137.1396.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.15%
GREEN value IS 112 (44.14% from 255) = 41.48%
BLUE value IS 109 (42.97% from 255) = 40.37%
R=18.15%
G=41.48%
B=40.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal491121090.5600.030.56177.1439.1331.57
Hex31706D380338b12720
Octal611601557003702614740
Binary1100011110000110110111100001111100010110001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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