#31736D

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

Shades of Genoa #31736D

Tints of Genoa #31736D

Color information

#31736D (or 0x31736D) is unknown color: approx Genoa. HEX triplet: 31, 73 and 6D. RGB value is (49,115,109). Sum of RGB (Red+Green+Blue) = 49+115+109=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 115 - color contains mainly: green. Hex color #31736D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31736D is #CE8C92. Grayscale: #5E5E5E. Windows color (decimal): -13536403 or 7172913. OLE color: 7172913.

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

Color convert

RGB49115109-
CMYK0.5700.050.55
HSL174.55º40.24%32.16%-
HSV(B)174.55º57.39%45.1%-
XYZ10.1614.0216.64-
YUV94.58136.1395.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 115 (45.31% from 255) = 42.12%
BLUE value IS 109 (42.97% from 255) = 39.93%
R=17.95%
G=42.12%
B=39.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal491151090.5700.050.55174.5540.2432.16
Hex31736D390537af2820
Octal611631557105672575040
Binary11000111100111101101111001010111011110101111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31736D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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