#31725F

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

Shades of Genoa #31725F

Tints of Genoa #31725F

Color information

#31725F (or 0x31725F) is unknown color: approx Genoa. HEX triplet: 31, 72 and 5F. RGB value is (49,114,95). Sum of RGB (Red+Green+Blue) = 49+114+95=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 114 - color contains mainly: green. Hex color #31725F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31725F is #CE8DA0. Grayscale: #5C5C5C. Windows color (decimal): -13536673 or 6255153. OLE color: 6255153.

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

Color convert

RGB4911495-
CMYK0.5700.170.55
HSL162.46º39.88%31.96%-
HSV(B)162.46º57.02%44.71%-
XYZ9.3513.5112.94-
YUV92.4129.4797.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.99%
GREEN value IS 114 (44.92% from 255) = 44.19%
BLUE value IS 95 (37.5% from 255) = 36.82%
R=18.99%
G=44.19%
B=36.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114950.5700.170.55162.4639.8831.96
Hex31725F3901137a22820
Octal6116213771021672425040
Binary1100011110010101111111100101000111011110100010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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