#718483

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

Shades of Gumbo #718483

Tints of Gumbo #718483

Color information

#718483 (or 0x718483) is unknown color: approx Gumbo. HEX triplet: 71, 84 and 83. RGB value is (113,132,131). Sum of RGB (Red+Green+Blue) = 113+132+131=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 132 - color contains mainly: green. Hex color #718483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718483 is #8E7B7C. Grayscale: #7E7E7E. Windows color (decimal): -9337725 or 8619121. OLE color: 8619121.

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

Color convert

RGB113132131-
CMYK0.1400.010.48
HSL176.84º7.76%48.04%-
HSV(B)176.84º14.39%51.76%-
XYZ19.1621.6524.64-
YUV126.2130.71118.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.05%
GREEN value IS 132 (51.95% from 255) = 35.11%
BLUE value IS 131 (51.56% from 255) = 34.84%
R=30.05%
G=35.11%
B=34.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131321310.1400.010.48176.847.7648.04
Hex718483E0130b1830
Octal1612042031601602611060
Binary11100011000010010000011111001110000101100011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718483; }

 p { color: rgb(113,132,131); }

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

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

 a { background-color: rgb(113,132,131); }

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

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

 span { border-color: rgb(113,132,131); }

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