#31726C

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

Shades of Genoa #31726C

Tints of Genoa #31726C

Color information

#31726C (or 0x31726C) is unknown color: approx Genoa. HEX triplet: 31, 72 and 6C. RGB value is (49,114,108). Sum of RGB (Red+Green+Blue) = 49+114+108=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 114 - color contains mainly: green. Hex color #31726C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31726C is #CE8D93. Grayscale: #5D5D5D. Windows color (decimal): -13536660 or 7107121. OLE color: 7107121.

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

Color convert

RGB49114108-
CMYK0.5700.050.55
HSL174.46º39.88%31.96%-
HSV(B)174.46º57.02%44.71%-
XYZ9.9913.7716.32-
YUV93.88135.9795.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.08%
GREEN value IS 114 (44.92% from 255) = 42.07%
BLUE value IS 108 (42.58% from 255) = 39.85%
R=18.08%
G=42.07%
B=39.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal491141080.5700.050.55174.4639.8831.96
Hex31726C390537ae2820
Octal611621547105672565040
Binary11000111100101101100111001010111011110101110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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