#31726B

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

Shades of Genoa #31726B

Tints of Genoa #31726B

Color information

#31726B (or 0x31726B) is unknown color: approx Genoa. HEX triplet: 31, 72 and 6B. RGB value is (49,114,107). Sum of RGB (Red+Green+Blue) = 49+114+107=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 114 - color contains mainly: green. Hex color #31726B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31726B is #CE8D94. Grayscale: #5D5D5D. Windows color (decimal): -13536661 or 7041585. OLE color: 7041585.

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

Color convert

RGB49114107-
CMYK0.5700.060.55
HSL173.54º39.88%31.96%-
HSV(B)173.54º57.02%44.71%-
XYZ9.9413.7516.04-
YUV93.77135.4796.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.15%
GREEN value IS 114 (44.92% from 255) = 42.22%
BLUE value IS 107 (42.19% from 255) = 39.63%
R=18.15%
G=42.22%
B=39.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal491141070.5700.060.55173.5439.8831.96
Hex31726B390637ae2820
Octal611621537106672565040
Binary11000111100101101011111001011011011110101110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31726B; }

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

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

<style>
 a { background-color: #31726B; }

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

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

<style>
 span { border-color: #31726B; }

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

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