#62918C

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

Shades of Gumbo #62918C

Tints of Gumbo #62918C

Color information

#62918C (or 0x62918C) is unknown color: approx Gumbo. HEX triplet: 62, 91 and 8C. RGB value is (98,145,140). Sum of RGB (Red+Green+Blue) = 98+145+140=383 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.59% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 145 - color contains mainly: green. Hex color #62918C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62918C is #9D6E73. Grayscale: #828282. Windows color (decimal): -10317428 or 9212258. OLE color: 9212258.

HSL color Cylindrical-coordinate representation of color #62918C: hue angle of 173.62º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #62918C is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB98145140-
CMYK0.3200.030.43
HSL173.62º19.34%47.65%-
HSV(B)173.62º32.41%56.86%-
XYZ19.924.7428.54-
YUV130.38133.43104.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.59%
GREEN value IS 145 (57.03% from 255) = 37.86%
BLUE value IS 140 (55.08% from 255) = 36.55%
R=25.59%
G=37.86%
B=36.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal981451400.3200.030.43173.6219.3447.65
Hex62918C20032Bae1330
Octal1422212144003532562360
Binary110001010010001100011001000000111010111010111010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62918C; }

 p { color: rgb(98,145,140); }

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

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

 a { background-color: rgb(98,145,140); }

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

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

 span { border-color: rgb(98,145,140); }

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