#3A4740

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

Shades of Goblin #3A4740

Tints of Goblin #3A4740

Color information

#3A4740 (or 0x3A4740) is unknown color: approx Goblin. HEX triplet: 3A, 47 and 40. RGB value is (58,71,64). Sum of RGB (Red+Green+Blue) = 58+71+64=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 71 - color contains mainly: green. Hex color #3A4740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4740 is #C5B8BF. Grayscale: #424242. Windows color (decimal): -12957888 or 4212538. OLE color: 4212538.

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

Color convert

RGB587164-
CMYK0.1800.100.72
HSL147.69º10.08%25.29%-
HSV(B)147.69º18.31%27.84%-
XYZ4.925.785.71-
YUV66.32126.69122.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.05%
GREEN value IS 71 (28.12% from 255) = 36.79%
BLUE value IS 64 (25.39% from 255) = 33.16%
R=30.05%
G=36.79%
B=33.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5871640.1800.100.72147.6910.0825.29
Hex3A4740120A4894a19
Octal72107100220121102241231
Binary111010100011110000001001001010100100010010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,71,64); }

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

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

 a { background-color: rgb(58,71,64); }

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

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

 span { border-color: rgb(58,71,64); }

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