#3A5042

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

Shades of Goblin #3A5042

Tints of Goblin #3A5042

Color information

#3A5042 (or 0x3A5042) is unknown color: approx Goblin. HEX triplet: 3A, 50 and 42. RGB value is (58,80,66). Sum of RGB (Red+Green+Blue) = 58+80+66=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 80 - color contains mainly: green. Hex color #3A5042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5042 is #C5AFBD. Grayscale: #474747. Windows color (decimal): -12955582 or 4345914. OLE color: 4345914.

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

Color convert

RGB588066-
CMYK0.2800.170.69
HSL141.82º15.94%27.06%-
HSV(B)141.82º27.5%31.37%-
XYZ5.67.036.22-
YUV71.83124.71118.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.43%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 66 (26.17% from 255) = 32.35%
R=28.43%
G=39.22%
B=32.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5880660.2800.170.69141.8215.9427.06
Hex3A50421C011458e101b
Octal72120102340211052162033
Binary11101010100001000010111000100011000101100011101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,80,66); }

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

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

 a { background-color: rgb(58,80,66); }

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

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

 span { border-color: rgb(58,80,66); }

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