#31765F

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

Shades of Genoa #31765F

Tints of Genoa #31765F

Color information

#31765F (or 0x31765F) is unknown color: approx Genoa. HEX triplet: 31, 76 and 5F. RGB value is (49,118,95). Sum of RGB (Red+Green+Blue) = 49+118+95=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 118 - color contains mainly: green. Hex color #31765F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31765F is #CE89A0. Grayscale: #5E5E5E. Windows color (decimal): -13535649 or 6256177. OLE color: 6256177.

HSL color Cylindrical-coordinate representation of color #31765F: hue angle of 160º 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 #31765F is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB4911895-
CMYK0.5800.190.54
HSL160º41.32%32.75%-
HSV(B)160º58.47%46.27%-
XYZ9.8114.4413.1-
YUV94.75128.1495.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.70%
GREEN value IS 118 (46.48% from 255) = 45.04%
BLUE value IS 95 (37.5% from 255) = 36.26%
R=18.70%
G=45.04%
B=36.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49118950.5800.190.5416041.3232.75
Hex31765F3A01336a02921
Octal6116613772023662405141
Binary1100011110110101111111101001001111011010100000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31765F; }

 p { color: rgb(49,118,95); }

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

<style>
 a { background-color: #31765F; }

 a { background-color: rgb(49,118,95); }

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

<style>
 span { border-color: #31765F; }

 span { border-color: rgb(49,118,95); }

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