#73938D

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

Shades of Gumbo #73938D

Tints of Gumbo #73938D

Color information

#73938D (or 0x73938D) is unknown color: approx Gumbo. HEX triplet: 73, 93 and 8D. RGB value is (115,147,141). Sum of RGB (Red+Green+Blue) = 115+147+141=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 147 - color contains mainly: green. Hex color #73938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73938D is #8C6C72. Grayscale: #888888. Windows color (decimal): -9202803 or 9278323. OLE color: 9278323.

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

Color convert

RGB115147141-
CMYK0.2200.040.42
HSL168.75º12.9%51.37%-
HSV(B)168.75º21.77%57.65%-
XYZ22.3126.4429.13-
YUV136.75130.4112.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.54%
GREEN value IS 147 (57.81% from 255) = 36.48%
BLUE value IS 141 (55.47% from 255) = 34.99%
R=28.54%
G=36.48%
B=34.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151471410.2200.040.42168.7512.951.37
Hex73938D16042Aa9d33
Octal1632232152604522511563
Binary11100111001001110001101101100100101010101010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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