#64958E

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

Shades of Gumbo #64958E

Tints of Gumbo #64958E

Color information

#64958E (or 0x64958E) is unknown color: approx Gumbo. HEX triplet: 64, 95 and 8E. RGB value is (100,149,142). Sum of RGB (Red+Green+Blue) = 100+149+142=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 149 - color contains mainly: green. Hex color #64958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64958E is #9B6A71. Grayscale: #858585. Windows color (decimal): -10185330 or 9344356. OLE color: 9344356.

HSL color Cylindrical-coordinate representation of color #64958E: hue angle of 171.43º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #64958E is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB100149142-
CMYK0.3300.050.42
HSL171.43º19.68%48.82%-
HSV(B)171.43º32.89%58.43%-
XYZ20.8926.1629.54-
YUV133.55132.77104.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.58%
GREEN value IS 149 (58.59% from 255) = 38.11%
BLUE value IS 142 (55.86% from 255) = 36.32%
R=25.58%
G=38.11%
B=36.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001491420.3300.050.42171.4319.6848.82
Hex64958E21052Aab1431
Octal1442252164105522532461
Binary1100100100101011000111010000101011010101010101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64958E; }

 p { color: rgb(100,149,142); }

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

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

 a { background-color: rgb(100,149,142); }

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

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

 span { border-color: rgb(100,149,142); }

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