#3A5641

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

Shades of Goblin #3A5641

Tints of Goblin #3A5641

Color information

#3A5641 (or 0x3A5641) is unknown color: approx Goblin. HEX triplet: 3A, 56 and 41. RGB value is (58,86,65). Sum of RGB (Red+Green+Blue) = 58+86+65=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 86 - color contains mainly: green. Hex color #3A5641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5641 is #C5A9BE. Grayscale: #4B4B4B. Windows color (decimal): -12954047 or 4281914. OLE color: 4281914.

HSL color Cylindrical-coordinate representation of color #3A5641: hue angle of 135º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A5641 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB588665-
CMYK0.3300.240.66
HSL135º19.44%28.24%-
HSV(B)135º32.56%33.73%-
XYZ6.037.946.22-
YUV75.23122.22115.71-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.75%
GREEN value IS 86 (33.98% from 255) = 41.15%
BLUE value IS 65 (25.78% from 255) = 31.10%
R=27.75%
G=41.15%
B=31.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5886650.3300.240.6613519.4428.24
Hex3A5641210184287131c
Octal72126101410301022072334
Binary111010101011010000011000010110001000010100001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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