#73918B

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

Shades of Gumbo #73918B

Tints of Gumbo #73918B

Color information

#73918B (or 0x73918B) is unknown color: approx Gumbo. HEX triplet: 73, 91 and 8B. RGB value is (115,145,139). Sum of RGB (Red+Green+Blue) = 115+145+139=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 145 - color contains mainly: green. Hex color #73918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73918B is #8C6E74. Grayscale: #878787. Windows color (decimal): -9203317 or 9146739. OLE color: 9146739.

HSL color Cylindrical-coordinate representation of color #73918B: hue angle of 168º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #73918B is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB115145139-
CMYK0.2100.040.43
HSL168º12%50.98%-
HSV(B)168º20.69%56.86%-
XYZ21.8625.7628.25-
YUV135.35130.06113.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.82%
GREEN value IS 145 (57.03% from 255) = 36.34%
BLUE value IS 139 (54.69% from 255) = 34.84%
R=28.82%
G=36.34%
B=34.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151451390.2100.040.431681250.98
Hex73918B15042Ba8c33
Octal1632212132504532501463
Binary11100111001000110001011101010100101011101010001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73918B; }

 p { color: rgb(115,145,139); }

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

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

 a { background-color: rgb(115,145,139); }

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

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

 span { border-color: rgb(115,145,139); }

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