#3A5841

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

Shades of Goblin #3A5841

Tints of Goblin #3A5841

Color information

#3A5841 (or 0x3A5841) is unknown color: approx Goblin. HEX triplet: 3A, 58 and 41. RGB value is (58,88,65). Sum of RGB (Red+Green+Blue) = 58+88+65=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 88 - color contains mainly: green. Hex color #3A5841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5841 is #C5A7BE. Grayscale: #4C4C4C. Windows color (decimal): -12953535 or 4282426. OLE color: 4282426.

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

Color convert

RGB588865-
CMYK0.3400.260.65
HSL134º20.55%28.63%-
HSV(B)134º34.09%34.51%-
XYZ6.198.266.27-
YUV76.41121.56114.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.49%
GREEN value IS 88 (34.77% from 255) = 41.71%
BLUE value IS 65 (25.78% from 255) = 30.81%
R=27.49%
G=41.71%
B=30.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5888650.3400.260.6513420.5528.63
Hex3A58412201A4186151d
Octal72130101420321012062535
Binary111010101100010000011000100110101000001100001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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