#74938D

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

Shades of Gumbo #74938D

Tints of Gumbo #74938D

Color information

#74938D (or 0x74938D) is unknown color: approx Gumbo. HEX triplet: 74, 93 and 8D. RGB value is (116,147,141). Sum of RGB (Red+Green+Blue) = 116+147+141=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 147 - color contains mainly: green. Hex color #74938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74938D is #8B6C72. Grayscale: #898989. Windows color (decimal): -9137267 or 9278324. OLE color: 9278324.

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

Color convert

RGB116147141-
CMYK0.2100.040.42
HSL168.39º12.55%51.57%-
HSV(B)168.39º21.09%57.65%-
XYZ22.4426.529.13-
YUV137.05130.23112.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.71%
GREEN value IS 147 (57.81% from 255) = 36.39%
BLUE value IS 141 (55.47% from 255) = 34.90%
R=28.71%
G=36.39%
B=34.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161471410.2100.040.42168.3912.5551.57
Hex74938D15042Aa8d34
Octal1642232152504522501564
Binary11101001001001110001101101010100101010101010001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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