#31735D

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

Shades of Genoa #31735D

Tints of Genoa #31735D

Color information

#31735D (or 0x31735D) is unknown color: approx Genoa. HEX triplet: 31, 73 and 5D. RGB value is (49,115,93). Sum of RGB (Red+Green+Blue) = 49+115+93=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 115 - color contains mainly: green. Hex color #31735D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31735D is #CE8CA2. Grayscale: #5C5C5C. Windows color (decimal): -13536419 or 6124337. OLE color: 6124337.

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

Color convert

RGB4911593-
CMYK0.5700.190.55
HSL160º40.24%32.16%-
HSV(B)160º57.39%45.1%-
XYZ9.3713.712.51-
YUV92.76128.1396.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 115 (45.31% from 255) = 44.75%
BLUE value IS 93 (36.72% from 255) = 36.19%
R=19.07%
G=44.75%
B=36.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49115930.5700.190.5516040.2432.16
Hex31735D3901337a02820
Octal6116313571023672405040
Binary1100011110011101110111100101001111011110100000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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