#3B473F

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

Shades of Goblin #3B473F

Tints of Goblin #3B473F

Color information

#3B473F (or 0x3B473F) is unknown color: approx Goblin. HEX triplet: 3B, 47 and 3F. RGB value is (59,71,63). Sum of RGB (Red+Green+Blue) = 59+71+63=193 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.57% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 71 - color contains mainly: green. Hex color #3B473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B473F is #C4B8C0. Grayscale: #424242. Windows color (decimal): -12892353 or 4147003. OLE color: 4147003.

HSL color Cylindrical-coordinate representation of color #3B473F: hue angle of 140º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3B473F is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB597163-
CMYK0.1700.110.72
HSL140º9.23%25.49%-
HSV(B)140º16.9%27.84%-
XYZ4.955.85.56-
YUV66.5126.02122.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.57%
GREEN value IS 71 (28.12% from 255) = 36.79%
BLUE value IS 63 (25% from 255) = 32.64%
R=30.57%
G=36.79%
B=32.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5971630.1700.110.721409.2325.49
Hex3B473F110B488c919
Octal7310777210131102141131
Binary11101110001111111111000101011100100010001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,71,63); }

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

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

 a { background-color: rgb(59,71,63); }

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

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

 span { border-color: rgb(59,71,63); }

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