#62948F

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

Shades of Gumbo #62948F

Tints of Gumbo #62948F

Color information

#62948F (or 0x62948F) is unknown color: approx Gumbo. HEX triplet: 62, 94 and 8F. RGB value is (98,148,143). Sum of RGB (Red+Green+Blue) = 98+148+143=389 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.19% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 148 - color contains mainly: green. Hex color #62948F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62948F is #9D6B70. Grayscale: #848484. Windows color (decimal): -10316657 or 9409634. OLE color: 9409634.

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

Color convert

RGB98148143-
CMYK0.3400.030.42
HSL174º20.33%48.24%-
HSV(B)174º33.78%58.04%-
XYZ20.5825.7629.87-
YUV132.48133.94103.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.19%
GREEN value IS 148 (58.20% from 255) = 38.05%
BLUE value IS 143 (56.25% from 255) = 36.76%
R=25.19%
G=38.05%
B=36.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981481430.3400.030.4217420.3348.24
Hex62948F22032Aae1430
Octal1422242174203522562460
Binary110001010010100100011111000100111010101010111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62948F; }

 p { color: rgb(98,148,143); }

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

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

 a { background-color: rgb(98,148,143); }

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

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

 span { border-color: rgb(98,148,143); }

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