#3F4641

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

Shades of Goblin #3F4641

Tints of Goblin #3F4641

Color information

#3F4641 (or 0x3F4641) is unknown color: approx Goblin. HEX triplet: 3F, 46 and 41. RGB value is (63,70,65). Sum of RGB (Red+Green+Blue) = 63+70+65=198 (26% of max value = 765). Red value is 63 (25% from 255 or 31.82% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 70 - color contains mainly: green. Hex color #3F4641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4641 is #C0B9BE. Grayscale: #434343. Windows color (decimal): -12630463 or 4277823. OLE color: 4277823.

HSL color Cylindrical-coordinate representation of color #3F4641: hue angle of 137.14º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3F4641 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB637065-
CMYK0.1000.070.73
HSL137.14º5.26%26.08%-
HSV(B)137.14º10%27.45%-
XYZ5.195.825.85-
YUV67.34126.68124.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.82%
GREEN value IS 70 (27.73% from 255) = 35.35%
BLUE value IS 65 (25.78% from 255) = 32.83%
R=31.82%
G=35.35%
B=32.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6370650.1000.070.73137.145.2626.08
Hex3F4641A07498951a
Octal771061011207111211532
Binary111111100011010000011010011110010011000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,70,65); }

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

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

 a { background-color: rgb(63,70,65); }

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

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

 span { border-color: rgb(63,70,65); }

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