#64938D

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

Shades of Gumbo #64938D

Tints of Gumbo #64938D

Color information

#64938D (or 0x64938D) is unknown color: approx Gumbo. HEX triplet: 64, 93 and 8D. RGB value is (100,147,141). Sum of RGB (Red+Green+Blue) = 100+147+141=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 147 - color contains mainly: green. Hex color #64938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64938D is #9B6C72. Grayscale: #848484. Windows color (decimal): -10185843 or 9278308. OLE color: 9278308.

HSL color Cylindrical-coordinate representation of color #64938D: hue angle of 172.34º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64938D is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB100147141-
CMYK0.3200.040.42
HSL172.34º19.03%48.43%-
HSV(B)172.34º31.97%57.65%-
XYZ20.525.529.04-
YUV132.26132.93104.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.77%
GREEN value IS 147 (57.81% from 255) = 37.89%
BLUE value IS 141 (55.47% from 255) = 36.34%
R=25.77%
G=37.89%
B=36.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001471410.3200.040.42172.3419.0348.43
Hex64938D20042Aac1330
Octal1442232154004522542360
Binary1100100100100111000110110000001001010101010110010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64938D; }

 p { color: rgb(100,147,141); }

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

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

 a { background-color: rgb(100,147,141); }

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

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

 span { border-color: rgb(100,147,141); }

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