#3B4640

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

Shades of Goblin #3B4640

Tints of Goblin #3B4640

Color information

#3B4640 (or 0x3B4640) is unknown color: approx Goblin. HEX triplet: 3B, 46 and 40. RGB value is (59,70,64). Sum of RGB (Red+Green+Blue) = 59+70+64=193 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.57% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 70 - color contains mainly: green. Hex color #3B4640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4640 is #C4B9BF. Grayscale: #424242. Windows color (decimal): -12892608 or 4212283. OLE color: 4212283.

HSL color Cylindrical-coordinate representation of color #3B4640: hue angle of 147.27º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3B4640 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB597064-
CMYK0.1600.090.73
HSL147.27º8.53%25.29%-
HSV(B)147.27º15.71%27.45%-
XYZ4.925.685.69-
YUV66.03126.86122.99-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.57%
GREEN value IS 70 (27.73% from 255) = 36.27%
BLUE value IS 64 (25.39% from 255) = 33.16%
R=30.57%
G=36.27%
B=33.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5970640.1600.090.73147.278.5325.29
Hex3B464010094993919
Octal73106100200111112231131
Binary111011100011010000001000001001100100110010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,70,64); }

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

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

 a { background-color: rgb(59,70,64); }

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

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

 span { border-color: rgb(59,70,64); }

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