Shades of Gumbo #62938D
Tints of Gumbo #62938D
RGB
CMYK
RGB Variations
Color information
#62938D (or 0x62938D) is known color: Gumbo. HEX triplet: 62, 93 and 8D. RGB value is (98,147,141). Sum of RGB (Red+Green+Blue) = 98+147+141=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 147 - color contains mainly: green. Hex color #62938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62938D is #9D6C72. Grayscale: #838383. Windows color (decimal): -10316915 or 9278306. OLE color: 9278306.
HSL color Cylindrical-coordinate representation of color #62938D: hue angle of 172.65º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #62938D is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 147 | 141 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.42 |
| HSL | 172.65º | 0.2% | 0.48% | - |
| HSV(B) | 172.65º | 0.33% | 0.58% | - |
| XYZ | 20.28 | 25.39 | 29.03 | - |
| YUV | 131.67 | 133.27 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 141 | 0.33 | 0 | 0.04 | 0.42 | 172.65 | 0.2 | 0.48 |
| Hex | 62 | 93 | 8D | 21 | 0 | 4 | 2A | AD | 14 | 30 |
| Octal | 142 | 223 | 215 | 41 | 0 | 4 | 52 | 255 | 24 | 60 |
| Binary | 1100010 | 10010011 | 10001101 | 100001 | 0 | 100 | 101010 | 10101101 | 10100 | 110000 |
Color Harmonies of #62938D
Complementary color
Monochromatic Colors of #62938D
Black with #62938D
Text Example
Text Example
White with #62938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62938D; }
p { color: rgb(98,147,141); }
H1.HeaderClassName
{
color: #62938D;
}
.AnyTagClassName
{
color: #62938D;
}
</style>
background-color css
<style>
a { background-color: #62938D; }
a { background-color: rgb(98,147,141); }
div.DivClassName
{
background-color: #62938D;
}
.BgClassName
{
background-color: #62938D;
}
</style>
border-color css
<style>
span { border-color: #62938D; }
span { border-color: rgb(98,147,141); }
td.TdClassName
{
border-color: #62938D;
}
.TagClassName
{
border-color: #62938D;
}
</style>