#31735E

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

Shades of Genoa #31735E

Tints of Genoa #31735E

Color information

#31735E (or 0x31735E) is unknown color: approx Genoa. HEX triplet: 31, 73 and 5E. RGB value is (49,115,94). Sum of RGB (Red+Green+Blue) = 49+115+94=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 115 - color contains mainly: green. Hex color #31735E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31735E is #CE8CA1. Grayscale: #5C5C5C. Windows color (decimal): -13536418 or 6189873. OLE color: 6189873.

HSL color Cylindrical-coordinate representation of color #31735E: hue angle of 160.91º 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 #31735E is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB4911594-
CMYK0.5700.180.55
HSL160.91º40.24%32.16%-
HSV(B)160.91º57.39%45.1%-
XYZ9.4213.7212.74-
YUV92.87128.6396.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.99%
GREEN value IS 115 (45.31% from 255) = 44.57%
BLUE value IS 94 (37.11% from 255) = 36.43%
R=18.99%
G=44.57%
B=36.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49115940.5700.180.55160.9140.2432.16
Hex31735E3901237a12820
Octal6116313671022672415040
Binary1100011110011101111011100101001011011110100001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31735E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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