Html Css Color HEX #73958D Gumbo

📋 copy color: '#73958D'

red 115 ◦ green 149 ◦ blue 141

#73958D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gumbo #73958D

Tints of Gumbo #73958D

RGB

 RED value IS 115 (45.31% from 255) = 28.4%

 GREEN value IS 149 (58.59% from 255) = 36.79%

 BLUE value IS 141 (55.47% from 255) = 34.81%

R = 28.4%
G = 36.79%
B = 34.81%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#73958D (or 0x73958D) is known color: Gumbo. HEX triplet: 73, 95 and 8D. RGB value is (115,149,141). Sum of RGB (Red+Green+Blue) = 115+149+141=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 149 - color contains mainly: green. Hex color #73958D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73958D is #8C6A72. Grayscale: #898989. Windows color (decimal): -9202291 or 9278835. OLE color: 9278835.

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

Color convert

RGB 115 149 141 -
CMYK 0.23 0 0.05 0.42
HSL 165.88º 0.14% 0.52% -
HSV(B) 165.88º 0.23% 0.58% -
XYZ 22.63 27.06 29.23 -
YUV 137.92 129.74 111.65 -
System Red Green Blue C M Y K H S L
Decimal 115 149 141 0.23 0 0.05 0.42 165.88 0.14 0.52
Hex 73 95 8D 17 0 5 2A A6 E 34
Octal 163 225 215 27 0 5 52 246 16 64
Binary 1110011 10010101 10001101 10111 0 101 101010 10100110 1110 110100

Color Harmonies of #73958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73958D

Black with #73958D

Text Example


Text Example

White with #73958D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73958D;
 }
 .AnyTagClassName
 {
   color: #73958D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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