#64938F

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

Shades of Gumbo #64938F

Tints of Gumbo #64938F

Color information

#64938F (or 0x64938F) is unknown color: approx Gumbo. HEX triplet: 64, 93 and 8F. RGB value is (100,147,143). Sum of RGB (Red+Green+Blue) = 100+147+143=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 147 - color contains mainly: green. Hex color #64938F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64938F is #9B6C70. Grayscale: #848484. Windows color (decimal): -10185841 or 9409380. OLE color: 9409380.

HSL color Cylindrical-coordinate representation of color #64938F: hue angle of 174.89º 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 #64938F is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB100147143-
CMYK0.3200.030.42
HSL174.89º19.03%48.43%-
HSV(B)174.89º31.97%57.65%-
XYZ20.6525.5629.83-
YUV132.49133.93104.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.64%
GREEN value IS 147 (57.81% from 255) = 37.69%
BLUE value IS 143 (56.25% from 255) = 36.67%
R=25.64%
G=37.69%
B=36.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001471430.3200.030.42174.8919.0348.43
Hex64938F20032Aaf1330
Octal1442232174003522572360
Binary110010010010011100011111000000111010101010111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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