#71938D

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

Shades of Gumbo #71938D

Tints of Gumbo #71938D

Color information

#71938D (or 0x71938D) is unknown color: approx Gumbo. HEX triplet: 71, 93 and 8D. RGB value is (113,147,141). Sum of RGB (Red+Green+Blue) = 113+147+141=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 147 - color contains mainly: green. Hex color #71938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71938D is #8E6C72. Grayscale: #888888. Windows color (decimal): -9333875 or 9278321. OLE color: 9278321.

HSL color Cylindrical-coordinate representation of color #71938D: hue angle of 169.41º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #71938D is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB113147141-
CMYK0.2300.040.42
HSL169.41º13.6%50.98%-
HSV(B)169.41º23.13%57.65%-
XYZ22.0526.329.11-
YUV136.15130.74111.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.18%
GREEN value IS 147 (57.81% from 255) = 36.66%
BLUE value IS 141 (55.47% from 255) = 35.16%
R=28.18%
G=36.66%
B=35.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131471410.2300.040.42169.4113.650.98
Hex71938D17042Aa9e33
Octal1612232152704522511663
Binary11100011001001110001101101110100101010101010011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71938D; }

 p { color: rgb(113,147,141); }

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

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

 a { background-color: rgb(113,147,141); }

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

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

 span { border-color: rgb(113,147,141); }

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