#3A5945

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

Shades of Goblin #3A5945

Tints of Goblin #3A5945

Color information

#3A5945 (or 0x3A5945) is unknown color: approx Goblin. HEX triplet: 3A, 59 and 45. RGB value is (58,89,69). Sum of RGB (Red+Green+Blue) = 58+89+69=216 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.85% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 89 - color contains mainly: green. Hex color #3A5945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5945 is #C5A6BA. Grayscale: #4D4D4D. Windows color (decimal): -12953275 or 4544826. OLE color: 4544826.

HSL color Cylindrical-coordinate representation of color #3A5945: hue angle of 141.29º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3A5945 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB588969-
CMYK0.3500.220.65
HSL141.29º21.09%28.82%-
HSV(B)141.29º34.83%34.9%-
XYZ6.398.476.93-
YUV77.45123.23114.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.85%
GREEN value IS 89 (35.16% from 255) = 41.20%
BLUE value IS 69 (27.34% from 255) = 31.94%
R=26.85%
G=41.20%
B=31.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5889690.3500.220.65141.2921.0928.82
Hex3A594523016418d151d
Octal72131105430261012152535
Binary111010101100110001011000110101101000001100011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,89,69); }

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

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

 a { background-color: rgb(58,89,69); }

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

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

 span { border-color: rgb(58,89,69); }

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