#3A4F41

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

Shades of Goblin #3A4F41

Tints of Goblin #3A4F41

Color information

#3A4F41 (or 0x3A4F41) is unknown color: approx Goblin. HEX triplet: 3A, 4F and 41. RGB value is (58,79,65). Sum of RGB (Red+Green+Blue) = 58+79+65=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 79 (31.25% from 255 or 39.11% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 79 - color contains mainly: green. Hex color #3A4F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4F41 is #C5B0BE. Grayscale: #474747. Windows color (decimal): -12955839 or 4280122. OLE color: 4280122.

HSL color Cylindrical-coordinate representation of color #3A4F41: hue angle of 140º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3A4F41 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB587965-
CMYK0.2700.180.69
HSL140º15.33%26.86%-
HSV(B)140º26.58%30.98%-
XYZ5.56.876.04-
YUV71.12124.54118.64-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.71%
GREEN value IS 79 (31.25% from 255) = 39.11%
BLUE value IS 65 (25.78% from 255) = 32.18%
R=28.71%
G=39.11%
B=32.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5879650.2700.180.6914015.3326.86
Hex3A4F411B012458cf1b
Octal72117101330221052141733
Binary1110101001111100000111011010010100010110001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,79,65); }

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

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

 a { background-color: rgb(58,79,65); }

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

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

 span { border-color: rgb(58,79,65); }

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