#3A4840

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

Shades of Goblin #3A4840

Tints of Goblin #3A4840

Color information

#3A4840 (or 0x3A4840) is unknown color: approx Goblin. HEX triplet: 3A, 48 and 40. RGB value is (58,72,64). Sum of RGB (Red+Green+Blue) = 58+72+64=194 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.90% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 72 - color contains mainly: green. Hex color #3A4840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4840 is #C5B7BF. Grayscale: #424242. Windows color (decimal): -12957632 or 4212794. OLE color: 4212794.

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

Color convert

RGB587264-
CMYK0.1900.110.72
HSL145.71º10.77%25.49%-
HSV(B)145.71º19.44%28.24%-
XYZ4.995.95.73-
YUV66.9126.36121.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.90%
GREEN value IS 72 (28.52% from 255) = 37.11%
BLUE value IS 64 (25.39% from 255) = 32.99%
R=29.90%
G=37.11%
B=32.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5872640.1900.110.72145.7110.7725.49
Hex3A4840130B4892b19
Octal72110100230131102221331
Binary111010100100010000001001101011100100010010010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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