#31746E

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

Shades of Genoa #31746E

Tints of Genoa #31746E

Color information

#31746E (or 0x31746E) is unknown color: approx Genoa. HEX triplet: 31, 74 and 6E. RGB value is (49,116,110). Sum of RGB (Red+Green+Blue) = 49+116+110=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 116 - color contains mainly: green. Hex color #31746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31746E is #CE8B91. Grayscale: #5F5F5F. Windows color (decimal): -13536146 or 7238705. OLE color: 7238705.

HSL color Cylindrical-coordinate representation of color #31746E: hue angle of 174.63º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31746E is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB49116110-
CMYK0.5800.050.55
HSL174.63º40.61%32.35%-
HSV(B)174.63º57.76%45.49%-
XYZ10.3314.2716.96-
YUV95.28136.394.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.82%
GREEN value IS 116 (45.70% from 255) = 42.18%
BLUE value IS 110 (43.36% from 255) = 40%
R=17.82%
G=42.18%
B=40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal491161100.5800.050.55174.6340.6132.35
Hex31746E3A0537af2920
Octal611641567205672575140
Binary11000111101001101110111010010111011110101111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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