#31755D

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

Shades of Genoa #31755D

Tints of Genoa #31755D

Color information

#31755D (or 0x31755D) is unknown color: approx Genoa. HEX triplet: 31, 75 and 5D. RGB value is (49,117,93). Sum of RGB (Red+Green+Blue) = 49+117+93=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 117 - color contains mainly: green. Hex color #31755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31755D is #CE8AA2. Grayscale: #5D5D5D. Windows color (decimal): -13535907 or 6124849. OLE color: 6124849.

HSL color Cylindrical-coordinate representation of color #31755D: hue angle of 158.82º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31755D is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB4911793-
CMYK0.5800.210.54
HSL158.82º40.96%32.55%-
HSV(B)158.82º58.12%45.88%-
XYZ9.614.1712.58-
YUV93.93127.4795.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.92%
GREEN value IS 117 (46.09% from 255) = 45.17%
BLUE value IS 93 (36.72% from 255) = 35.91%
R=18.92%
G=45.17%
B=35.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49117930.5800.210.54158.8240.9632.55
Hex31755D3A015369f2921
Octal6116513572025662375141
Binary1100011110101101110111101001010111011010011111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,117,93); }

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

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

 a { background-color: rgb(49,117,93); }

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

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

 span { border-color: rgb(49,117,93); }

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