#718582

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

Shades of Gumbo #718582

Tints of Gumbo #718582

Color information

#718582 (or 0x718582) is unknown color: approx Gumbo. HEX triplet: 71, 85 and 82. RGB value is (113,133,130). Sum of RGB (Red+Green+Blue) = 113+133+130=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 133 - color contains mainly: green. Hex color #718582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718582 is #8E7A7D. Grayscale: #7E7E7E. Windows color (decimal): -9337470 or 8553841. OLE color: 8553841.

HSL color Cylindrical-coordinate representation of color #718582: hue angle of 171º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #718582 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB113133130-
CMYK0.1500.020.48
HSL171º8.13%48.24%-
HSV(B)171º15.04%52.16%-
XYZ19.2321.924.33-
YUV126.68129.87118.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.05%
GREEN value IS 133 (52.34% from 255) = 35.37%
BLUE value IS 130 (51.17% from 255) = 34.57%
R=30.05%
G=35.37%
B=34.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131331300.1500.020.481718.1348.24
Hex718582F0230ab830
Octal1612052021702602531060
Binary111000110000101100000101111010110000101010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718582; }

 p { color: rgb(113,133,130); }

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

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

 a { background-color: rgb(113,133,130); }

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

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

 span { border-color: rgb(113,133,130); }

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