#3F4D44

Color #3F4D44 Goblin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goblin #3F4D44

Tints of Goblin #3F4D44

Color information

#3F4D44 (or 0x3F4D44) is unknown color: approx Goblin. HEX triplet: 3F, 4D and 44. RGB value is (63,77,68). Sum of RGB (Red+Green+Blue) = 63+77+68=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 77 - color contains mainly: green. Hex color #3F4D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4D44 is #C0B2BB. Grayscale: #474747. Windows color (decimal): -12628668 or 4476223. OLE color: 4476223.

HSL color Cylindrical-coordinate representation of color #3F4D44: hue angle of 141.43º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3F4D44 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.

Color convert

RGB637768-
CMYK0.1800.120.70
HSL141.43º10%27.45%-
HSV(B)141.43º18.18%30.2%-
XYZ5.756.786.47-
YUV71.79125.86121.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.29%
GREEN value IS 77 (30.47% from 255) = 37.02%
BLUE value IS 68 (26.95% from 255) = 32.69%
R=30.29%
G=37.02%
B=32.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6377680.1800.120.70141.431027.45
Hex3F4D44120C468da1b
Octal77115104220141062151233
Binary111111100110110001001001001100100011010001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F4D44; }

 p { color: rgb(63,77,68); }

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

<style>
 a { background-color: #3F4D44; }

 a { background-color: rgb(63,77,68); }

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

<style>
 span { border-color: #3F4D44; }

 span { border-color: rgb(63,77,68); }

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