Html Css Color HEX #719289 Gumbo

📋 copy color: '#719289'

red 113 ◦ green 146 ◦ blue 137

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

Shades of Gumbo #719289

Tints of Gumbo #719289

RGB

 RED value IS 113 (44.53% from 255) = 28.54%

 GREEN value IS 146 (57.42% from 255) = 36.87%

 BLUE value IS 137 (53.91% from 255) = 34.6%

R = 28.54%
G = 36.87%
B = 34.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#719289 (or 0x719289) is known color: Gumbo. HEX triplet: 71, 92 and 89. RGB value is (113,146,137). Sum of RGB (Red+Green+Blue) = 113+146+137=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 146 - color contains mainly: green. Hex color #719289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719289 is #8E6D76. Grayscale: #878787. Windows color (decimal): -9334135 or 9015921. OLE color: 9015921.

HSL color Cylindrical-coordinate representation of color #719289: hue angle of 163.64º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #719289 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 146 137 -
CMYK 0.23 0 0.06 0.43
HSL 163.64º 0.13% 0.51% -
HSV(B) 163.64º 0.23% 0.57% -
XYZ 21.6 25.87 27.52 -
YUV 135.11 129.07 112.23 -
System Red Green Blue C M Y K H S L
Decimal 113 146 137 0.23 0 0.06 0.43 163.64 0.13 0.51
Hex 71 92 89 17 0 6 2B A4 D 33
Octal 161 222 211 27 0 6 53 244 15 63
Binary 1110001 10010010 10001001 10111 0 110 101011 10100100 1101 110011

Color Harmonies of #719289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719289

Black with #719289

Text Example


Text Example

White with #719289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719289; }

 p { color: rgb(113,146,137); }

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

background-color css

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

 a { background-color: rgb(113,146,137); }

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

border-color css

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

 span { border-color: rgb(113,146,137); }

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