#619590

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

Shades of Gumbo #619590

Tints of Gumbo #619590

Color information

#619590 (or 0x619590) is unknown color: approx Gumbo. HEX triplet: 61, 95 and 90. RGB value is (97,149,144). Sum of RGB (Red+Green+Blue) = 97+149+144=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 149 - color contains mainly: green. Hex color #619590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619590 is #9E6A6F. Grayscale: #848484. Windows color (decimal): -10381936 or 9475425. OLE color: 9475425.

HSL color Cylindrical-coordinate representation of color #619590: hue angle of 174.23º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #619590 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB97149144-
CMYK0.3500.030.42
HSL174.23º21.14%48.24%-
HSV(B)174.23º34.9%58.43%-
XYZ20.7126.0530.32-
YUV132.88134.27102.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.87%
GREEN value IS 149 (58.59% from 255) = 38.21%
BLUE value IS 144 (56.64% from 255) = 36.92%
R=24.87%
G=38.21%
B=36.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971491440.3500.030.42174.2321.1448.24
Hex61959023032Aae1530
Octal1412252204303522562560
Binary110000110010101100100001000110111010101010111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619590; }

 p { color: rgb(97,149,144); }

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

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

 a { background-color: rgb(97,149,144); }

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

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

 span { border-color: rgb(97,149,144); }

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